summaryrefslogtreecommitdiff
path: root/package/cyrus-sasl/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-07 15:37:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-07 15:37:45 +0100
commitbea6ed65cd20a7c9fe3eab9c8f83c6d8f538a235 (patch)
tree94b5fc9e630050c07b70bacef58b2f46af354bf0 /package/cyrus-sasl/Makefile
parent2240e7a5b14431f3ea7f3f092f29a9ec4cbf6212 (diff)
parent9c4dfaf684036828b71187836290b490395d0adc (diff)
Merge branch 'master' of git+ssh://www.openadk.org/git/openadk
Diffstat (limited to 'package/cyrus-sasl/Makefile')
-rw-r--r--package/cyrus-sasl/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/cyrus-sasl/Makefile b/package/cyrus-sasl/Makefile
index b3e1794b0..9ffae6c92 100644
--- a/package/cyrus-sasl/Makefile
+++ b/package/cyrus-sasl/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= cyrus-sasl
PKG_VERSION:= 2.1.26
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= a7f4e5e559a0e37b3ffc438c9456e425
PKG_DESCR:= a general purpose authentication library
PKG_SECTION:= libs
@@ -21,10 +21,9 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,LIBSASL2,libsasl2,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS}))
-CONFIGURE_ARGS+= --enable-staticdlopen \
- --enable-plain \
- --enable-anon \
+CONFIGURE_ARGS+= --enable-plain \
--enable-login \
+ --disable-anon \
--disable-cram \
--disable-digest \
--disable-scram \