]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
cyrus-sasl: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:29:22 +0000 (01:29 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Sep 2010 23:29:22 +0000 (01:29 +0200)
pkgs/core/cyrus-sasl/cyrus-sasl.nm

index 2d40a129f227f457346a0d1a936b0ec0a2afe1f8..1bdc1fab8d432c2a82a025391247fbf5f36411e0 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = http://asg.web.cmu.edu/sasl/sasl-library.html
 PKG_LICENSE    = BSD
 PKG_SUMMARY    = The Cyrus SASL library.
 
-PKG_DEPS      += db openssl pam
+PKG_BUILD_DEPS+= db-devel openssl-devel pam-devel
 
 define PKG_DESCRIPTION
        The cyrus-sasl package contains the Cyrus implementation of SASL. \
@@ -44,6 +44,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel $(PKG_NAME)-libs
+
 CONFIGURE_OPTIONS += \
        --sysconfdir=/etc \
        --with-dbpath=/var/lib/sasl/sasldb2 \