diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-29 21:09:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-29 21:09:27 +0000 |
commit | 2dc48788ba2a741ab61f62ef1b401b8fcc5945ae (patch) | |
tree | f51c6b8ce818e17d69ec50e071ed2b60a7d848f7 /security | |
parent | 591d18c3cf58770e81986430fdff65786bdcf3c2 (diff) | |
download | pkgsrc-2dc48788ba2a741ab61f62ef1b401b8fcc5945ae.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 |