aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/readelf
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-06-08 17:29:31 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-06-08 17:29:31 +0000
commit864c53ead899f7838cd2e1cca3b485a4a82f5cdc (patch)
tree770fe42f243492477db77896e2564375cd017ad4 /gnu/usr.bin/binutils/readelf
parent590d63632198eb31acebf50673f1568c2e8f3fda (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/readelf')
-rw-r--r--gnu/usr.bin/binutils/readelf/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/readelf/Makefile b/gnu/usr.bin/binutils/readelf/Makefile
index d90c3bcc9cc9f..fd3110d065413 100644
--- a/gnu/usr.bin/binutils/readelf/Makefile
+++ b/gnu/usr.bin/binutils/readelf/Makefile
@@ -17,4 +17,6 @@ DPADD+= ${RELTOP}/libbfd/libbfd.a
DPADD+= ${RELTOP}/libiberty/libiberty.a
LDADD= ${DPADD}
+NO_PIE= yes
+
.include <bsd.prog.mk>