diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-29 22:20:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-29 22:20:54 +0000 |
commit | 2a705e8d662c9cc548eaf94bb238e42985d30168 (patch) | |
tree | ad736aec5f182aba4c6c9a6a9c911137d2a95527 /security/PAM | |
parent | 2dc48788ba2a741ab61f62ef1b401b8fcc5945ae (diff) | |
download | pkgsrc-2a705e8d662c9cc548eaf94bb238e42985d30168.tar.gz |
"This should just be -fPIC" from someone who knows more than I do.
Thanks, Nick =)
Diffstat (limited to 'security/PAM')
-rw-r--r-- | security/PAM/Makefile | 4 |
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 |