diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-08 17:29:31 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-06-08 17:29:31 +0000 |
| commit | 864c53ead899f7838cd2e1cca3b485a4a82f5cdc (patch) | |
| tree | 770fe42f243492477db77896e2564375cd017ad4 /gnu/usr.bin/binutils/strings | |
| parent | 590d63632198eb31acebf50673f1568c2e8f3fda (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/strings')
| -rw-r--r-- | gnu/usr.bin/binutils/strings/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/strings/Makefile b/gnu/usr.bin/binutils/strings/Makefile index a432d51ddf65..0ff82eb0ba25 100644 --- a/gnu/usr.bin/binutils/strings/Makefile +++ b/gnu/usr.bin/binutils/strings/Makefile @@ -14,4 +14,6 @@ DPADD+= ${RELTOP}/libbfd/libbfd.a DPADD+= ${RELTOP}/libiberty/libiberty.a LDADD= ${DPADD} +NO_PIE= yes + .include <bsd.prog.mk> |
