diff options
author | wiz <wiz@pkgsrc.org> | 2012-02-09 11:37:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-02-09 11:37:10 +0000 |
commit | 73a701da208ab2bd58810a773c68237deacbb844 (patch) | |
tree | 8c683f0795683e1f72d0bf11bb62a6e385eead53 /security | |
parent | 4603020768c315e11132182ff3120826830ffbc9 (diff) | |
download | pkgsrc-73a701da208ab2bd58810a773c68237deacbb844.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/Makefile | 4 |
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 |