diff options
Diffstat (limited to 'package/openldap')
-rw-r--r-- | package/openldap/Makefile | 2 | ||||
-rw-r--r-- | package/openldap/patches/patch-Makefile_in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 0a080bce7..c543380d3 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= 90150b8c0d0192e10b30157e68844ddf PKG_DESCR:= OpenLDAP client libraries PKG_SECTION:= libs PKG_DEPENDS:= libopenssl libsasl2 -PKG_BUILDDEP:= cyrus-sasl openssl libdb +PKG_BUILDDEP:= cyrus-sasl openssl db PKG_URL:= http://www.openldap.org/ PKG_SITES:= ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ PKG_NEED_CXX:= 1 diff --git a/package/openldap/patches/patch-Makefile_in b/package/openldap/patches/patch-Makefile_in new file mode 100644 index 000000000..c248c3f7e --- /dev/null +++ b/package/openldap/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- openldap-2.4.23.orig/Makefile.in 2010-04-13 22:22:14.000000000 +0200 ++++ openldap-2.4.23/Makefile.in 2011-03-04 20:59:55.000000000 +0100 +@@ -13,7 +13,7 @@ + ## top-level directory of the distribution or, alternatively, at + ## <http://www.OpenLDAP.org/license.html>. + +-SUBDIRS= include libraries clients servers tests doc ++SUBDIRS= include libraries clients servers + CLEANDIRS= + INSTALLDIRS= + |