diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-16 20:16:51 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-16 20:16:51 +0000 |
commit | 9cbe4fd178ff0b30fbd4bc762c744555f6db577e (patch) | |
tree | 211e019113bbd19953b32174da0cd759a9ca537f /gnu | |
parent | 9c96bfe773c0e7091b7dcec7a3daf35a28800190 (diff) |
Hardcode STRIP=/usr/bin/strip so that install -s works
ok natano@
Diffstat (limited to 'gnu')
-rwxr-xr-x | gnu/usr.bin/binutils-2.17/ltconfig | 2 |
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 |