diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-05 19:39:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-12-05 19:39:14 +0100 |
commit | e2c3a79b3e8b7527d62889175b4b131c0a059e18 (patch) | |
tree | a19d7c8ccc0740b1bc2969c9c2b20ffd9c45d780 /package/openldap | |
parent | 5ebc8fd6c019cf4b95472bf6c76a3b61b4f28ad9 (diff) |
misc fixes, new package ed and mailutils
Diffstat (limited to 'package/openldap')
-rw-r--r-- | package/openldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 04470007a..970cd9de3 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= f36f3086031dd56ae94f722ffae8df5e PKG_DESCR:= OpenLDAP client libraries PKG_SECTION:= libs -PKG_DEPENDS:= libopenssl libsasl2 libdb libpthread -PKG_BUILDDEP:= cyrus-sasl openssl db +PKG_DEPENDS:= libopenssl libsasl2 libdb libpthread libuuid +PKG_BUILDDEP:= cyrus-sasl openssl db util-linux PKG_URL:= http://www.openldap.org/ PKG_SITES:= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ PKG_NEED_CXX:= 1 |