summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-02-22 15:31:34 +0000
committerwiz <wiz@pkgsrc.org>2012-02-22 15:31:34 +0000
commit6aa41fe860fb99941a0f999ab5175bfcb52089c9 (patch)
treea5fd9fc7ec6d519d08edc0b42289c69e32c71ebe /security
parent3b4457f373a18b1453d7b0d65781cbc90612f039 (diff)
downloadpkgsrc-6aa41fe860fb99941a0f999ab5175bfcb52089c9.tar.gz
Mention putty-devel successor.
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile
index 90f7bc922d0..3afbd212bd1 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2012/02/10 15:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2012/02/22 15:31:34 wiz Exp $
SVR4_PKGNAME= csasl
COMMENT= Simple Authentication and Security Layer
@@ -7,6 +7,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
+CPPFLAGS+= -DPIC -fPIC
+
.if exists(/usr/include/ndbm.h) && ${OPSYS} != "Linux"
SASL_DBTYPE?= ndbm
.else