diff options
author | jlam <jlam> | 2002-01-29 21:09:27 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-01-29 21:09:27 +0000 |
commit | cfbf81fd531cb4e3b55f8b776bb4eecd5f38bd4e (patch) | |
tree | f51c6b8ce818e17d69ec50e071ed2b60a7d848f7 /security | |
parent | 95feb4fb955cb9293c545393aa53b15f09a16948 (diff) | |
download | pkgsrc-cfbf81fd531cb4e3b55f8b776bb4eecd5f38bd4e.tar.gz |
Ensure that the shared libraries are built with -fpic -fPIC.
Diffstat (limited to 'security')
-rw-r--r-- | security/PAM/Makefile | 3 |
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 |