summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-29 21:09:27 +0000
committerjlam <jlam>2002-01-29 21:09:27 +0000
commitdc558575e2e21882600c690f845eaad79cf21a26 (patch)
treef51c6b8ce818e17d69ec50e071ed2b60a7d848f7 /security
parent7064f175ca13ebbd320e4ea8b1d79ef39a55ebd1 (diff)
downloadpkgsrc-dc558575e2e21882600c690f845eaad79cf21a26.tar.gz
Ensure that the shared libraries are built with -fpic -fPIC.
Diffstat (limited to 'security')
-rw-r--r--security/PAM/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile
index da46b4eaa32..b6e82e5cce5 100644
--- a/security/PAM/Makefile
+++ b/security/PAM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/01/29 17:10:10 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2002/01/29 21:09:27 jlam Exp $
#
DISTNAME= Linux-${PKGNAME}
@@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --enable-sconfigdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --enable-static-libpam
CFLAGS+= -DHAVE_UTMP_H=1
+CFLAGS+= -fpic -fPIC
MAKE_FLAGS+= OS_CFLAGS="${CFLAGS}"
PKG_SYSCONFSUBDIR?= pam