aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2-ldapdb
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2013-11-02 18:01:26 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2013-11-02 18:01:26 +0000
commit03458237af61bcb729cb6d01219722748c8fd6a3 (patch)
tree91a3ae97286273f0a4608b493b8ccb13b20ce164 /security/cyrus-sasl2-ldapdb
parent847e81306689c72a111d2650678349cddd74c8d4 (diff)
downloadports-03458237af61bcb729cb6d01219722748c8fd6a3.tar.gz
ports-03458237af61bcb729cb6d01219722748c8fd6a3.zip
Strip shared library.
Notes
Notes: svn path=/head/; revision=332526
Diffstat (limited to 'security/cyrus-sasl2-ldapdb')
-rw-r--r--security/cyrus-sasl2-ldapdb/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/cyrus-sasl2-ldapdb/Makefile b/security/cyrus-sasl2-ldapdb/Makefile
index ccadca2b0ca9..757a4f82ad7b 100644
--- a/security/cyrus-sasl2-ldapdb/Makefile
+++ b/security/cyrus-sasl2-ldapdb/Makefile
@@ -2,7 +2,7 @@
PORTNAME= ldapdb
PORTVERSION= 2.1.26
-#PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.cyrusimap.org/cyrus-sasl/
PKGNAMEPREFIX= cyrus-sasl-
@@ -38,7 +38,6 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--includedir=${PREFIX}/include \
--enable-static \
--with-rc4=openssl
-
CONFIGURE_ARGS+=--with-dblib=none \
--disable-anon \
--disable-cram \
@@ -49,8 +48,8 @@ CONFIGURE_ARGS+=--with-dblib=none \
--disable-otp \
--disable-plain \
--disable-scram
-
CONFIGURE_ARGS+=--enable-ldapdb --with-ldap=${LOCALBASE}
+MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP}
PLIST_FILES= lib/sasl2/libldapdb.a \
lib/sasl2/libldapdb.la \