diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-07-29 17:18:17 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-07-29 17:18:17 +0000 |
commit | e79710b377e2323946b7428bb50ec7913c332e49 (patch) | |
tree | e1fe5246bebe7fcb169bddcf094832578ff8b572 /security | |
parent | 4ba53eabf2bab7ed8bade70ffc64bb98428b6b52 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/lockdown/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile index a28622a30b85..91698d30c3c1 100644 --- a/security/lockdown/Makefile +++ b/security/lockdown/Makefile @@ -22,6 +22,10 @@ MAN1= editfile.1 editfstab.1 editkernel.1 editlogin.1 editttys.1 BROKEN= "Does not build on 4.x" .endif +.if ${ARCH} == amd64 +CFLAGS+= -fPIC +.endif + INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/lockdown |