From: Michael Tremer Date: Thu, 2 Sep 2010 23:44:43 +0000 (+0200) Subject: openldap: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d7447760b543ae7305c02e701a72ef0df652f7;p=ipfire-3.x.git openldap: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/openldap/openldap.nm b/pkgs/core/openldap/openldap.nm index 1cb64fc6e..43413676e 100644 --- a/pkgs/core/openldap/openldap.nm +++ b/pkgs/core/openldap/openldap.nm @@ -34,8 +34,8 @@ PKG_URL = http://www.openldap.org/ PKG_LICENSE = OpenLDAP PKG_SUMMARY = LDAP support libraries. -PKG_BUILD_DEPS+= groff -PKG_DEPS += db cyrus-sasl libtool openssl pth +PKG_BUILD_DEPS+= db-devel cyrus-sasl-devel groff libtool libtool-devel \ + openssl-devel pth-devel define PKG_DESCRIPTION OpenLDAP is an open source suite of LDAP (Lightweight Directory Access \ @@ -48,6 +48,8 @@ endef PKG_TARBALL = $(THISAPP).tgz +PKG_PACKAGES += $(PKG_NAME)-devel $(PKG_NAME)-libs + CONFIGURE_OPTIONS += \ --libexecdir=/usr/lib \ --sysconfdir=/etc \