diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 14:38:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-08 14:38:37 +0100 |
commit | 77532693bac20db899136602375d2381265cf5cd (patch) | |
tree | 8b4021e9d15390f8e8ded6c0cceac1d7002947d9 /package/cyrus-sasl/Makefile | |
parent | 52ef6765b097f227c6cf61876c5e9b71ba2e4a7f (diff) |
add subpackage information
Diffstat (limited to 'package/cyrus-sasl/Makefile')
-rw-r--r-- | package/cyrus-sasl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/cyrus-sasl/Makefile b/package/cyrus-sasl/Makefile index 5a5dcfd4a..c914941e9 100644 --- a/package/cyrus-sasl/Makefile +++ b/package/cyrus-sasl/Makefile @@ -16,11 +16,13 @@ PKG_SITES:= http://ftp.andrew.cmu.edu/pub/cyrus-mail/ PKG_NOPARALLEL:= 1 PKG_SUBPKGS:= LIBSASL2 LIBSASL2_DEV +PKGSD_LIBSASL2_DEV:= sasl2 headers +PKGSC_LIBSASL2_DEV:= devel include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBSASL2,libsasl2,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,LIBSASL2_DEV,libsasl2-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBSASL2_DEV,libsasl2-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBSASL2_DEV},${PKGSC_LIBSASL2_DEV})) CONFIGURE_ARGS+= --disable-sample \ --enable-staticdlopen \ |