From: Michael Tremer Date: Thu, 2 Sep 2010 23:29:22 +0000 (+0200) Subject: cyrus-sasl: 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=484c71a5570367d5681055084cc7459f2917607e;p=ipfire-3.x.git cyrus-sasl: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/cyrus-sasl/cyrus-sasl.nm b/pkgs/core/cyrus-sasl/cyrus-sasl.nm index 2d40a129f..1bdc1fab8 100644 --- a/pkgs/core/cyrus-sasl/cyrus-sasl.nm +++ b/pkgs/core/cyrus-sasl/cyrus-sasl.nm @@ -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 \