summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2012-02-09 11:37:10 +0000
committerwiz <wiz>2012-02-09 11:37:10 +0000
commit584845befcde70817c55ea0206c4eedd61f3e609 (patch)
tree8c683f0795683e1f72d0bf11bb62a6e385eead53 /security
parentf1f0e0439478402a4fdac42cf8572880e5b11bf2 (diff)
downloadpkgsrc-584845befcde70817c55ea0206c4eedd61f3e609.tar.gz
Compile with PIC flags.
Needed on my 5.99.64/amd64 inside a pbulk (manual build outside doesn't need it, go figure).
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 48a1f7e9f5e..e17440127d2 100644
--- a/security/cyrus-sasl/Makefile
+++ b/security/cyrus-sasl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2011/10/18 21:59:18 sbd Exp $
+# $NetBSD: Makefile,v 1.59 2012/02/09 11:37:10 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