summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-29 22:20:54 +0000
committerjlam <jlam>2002-01-29 22:20:54 +0000
commit4bdfb0095df502ff8f06441c33a852c8009617af (patch)
treead736aec5f182aba4c6c9a6a9c911137d2a95527 /security
parentdc558575e2e21882600c690f845eaad79cf21a26 (diff)
downloadpkgsrc-4bdfb0095df502ff8f06441c33a852c8009617af.tar.gz
"This should just be -fPIC" from someone who knows more than I do.
Thanks, Nick =)
Diffstat (limited to 'security')
-rw-r--r--security/PAM/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/PAM/Makefile b/security/PAM/Makefile
index b6e82e5cce5..00e2add0018 100644
--- a/security/PAM/Makefile
+++ b/security/PAM/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2002/01/29 21:09:27 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2002/01/29 22:20:54 jlam Exp $
#
DISTNAME= Linux-${PKGNAME}
@@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --enable-sconfigdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --enable-static-libpam
CFLAGS+= -DHAVE_UTMP_H=1
-CFLAGS+= -fpic -fPIC
+CFLAGS+= -fPIC
MAKE_FLAGS+= OS_CFLAGS="${CFLAGS}"
PKG_SYSCONFSUBDIR?= pam