summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-09-16 20:16:50 +0000
committerguenther <guenther@openbsd.org>2016-09-16 20:16:50 +0000
commit693197139dd00d042612b7d60d214d26e87a7543 (patch)
tree6e9c5e2ad92b13d27253e87083f8649a82547591
parentSuppress debugging output about CSD entries that say nothing we care about (diff)
downloadwireguard-openbsd-693197139dd00d042612b7d60d214d26e87a7543.tar.xz
wireguard-openbsd-693197139dd00d042612b7d60d214d26e87a7543.zip
Hardcode STRIP=/usr/bin/strip so that install -s works
ok natano@
-rwxr-xr-xgnu/usr.bin/binutils-2.17/ltconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils-2.17/ltconfig b/gnu/usr.bin/binutils-2.17/ltconfig
index 15f986c76d1..138c566db3d 100755
--- a/gnu/usr.bin/binutils-2.17/ltconfig
+++ b/gnu/usr.bin/binutils-2.17/ltconfig
@@ -2331,7 +2331,7 @@ LN_S=$LN_S
NM=$NM
# A symbol stripping program
-STRIP=$STRIP
+STRIP=/usr/bin/strip
# Used to examine libraries when file_magic_cmd begins "file"
MAGIC_CMD=$MAGIC_CMD