git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5097995
)
moreutils: Fix build failure due to install stripping
author
Nikil Mehta
<redacted>
Sat, 1 Apr 2017 20:04:30 +0000
(13:04 -0700)
committer
Nikil Mehta
<redacted>
Sat, 1 Apr 2017 20:05:59 +0000
(13:05 -0700)
Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
utils/moreutils/patches/002_no-install-strip.patch
[new file with mode: 0644]
patch
|
blob
diff --git a/utils/moreutils/patches/002_no-install-strip.patch
b/utils/moreutils/patches/002_no-install-strip.patch
new file mode 100644
(file)
index 0000000..
82b7457
--- /dev/null
+++ b/
utils/moreutils/patches/002_no-install-strip.patch
@@ -0,0
+1,11
@@
+--- a/Makefile
++++ b/Makefile
+@@ -2,7 +2,7 @@
+ PERLSCRIPTS=vidir vipe ts combine zrun chronic
+ MANS=sponge.1 vidir.1 vipe.1 isutf8.1 ts.1 combine.1 ifdata.1 ifne.1 pee.1 zrun.1 chronic.1 mispipe.1 lckdo.1 parallel.1 errno.1
+ CFLAGS?=-O2 -g -Wall
+-INSTALL_BIN?=install -s
++INSTALL_BIN?=install
+ PREFIX?=/usr
+
+ ifneq (,$(findstring CYGWIN,$(shell uname)))
git clone https://git.99rst.org/PROJECT