diff options
author | 2012-08-22 21:30:42 +0000 | |
---|---|---|
committer | 2012-08-22 21:30:42 +0000 | |
commit | f6519837e23e158630fc597ffb207fb49825dd48 (patch) | |
tree | 39ea0548e4fc9c4a708f7c2c88e397dfadce0473 | |
parent | Split out the bar functions required to attach drm(4) to share them (diff) | |
download | wireguard-openbsd-f6519837e23e158630fc597ffb207fb49825dd48.tar.xz wireguard-openbsd-f6519837e23e158630fc597ffb207fb49825dd48.zip |
libarla has some non-PIC assembler; therefore, afs cannot use PIE.
ok deraadt@
-rw-r--r-- | usr.sbin/afs/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/afs/Makefile.inc b/usr.sbin/afs/Makefile.inc index 1a8ba774673..1620e1e34ea 100644 --- a/usr.sbin/afs/Makefile.inc +++ b/usr.sbin/afs/Makefile.inc @@ -9,6 +9,7 @@ BINDIR ?=/usr/sbin ROKENSRC=$(.CURDIR)/$(AFSTOPDIR)/../../kerberosV/src/lib/roken LIBARLA = ${AFSTOPDIR}/lib/libarla/libarla.a +NOPIE= CFLAGS += -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/afs\" \ -DARLACACHEDIR=\"/var/spool/afs\"\ |