diff options
author | Nikil Mehta <nikil.mehta@gmail.com> | 2017-04-01 13:04:30 -0700 |
---|---|---|
committer | Nikil Mehta <nikil.mehta@gmail.com> | 2017-04-01 13:05:59 -0700 |
commit | f1ec183605af5fac933f1cc723e65df5e9efc20c (patch) | |
tree | 477bcd2e57d718bbb27039bff20c726bb4eb63a5 /utils/moreutils | |
parent | 509799552c54e8342048436f2cea018c962da671 (diff) |
moreutils: Fix build failure due to install stripping
Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
Diffstat (limited to 'utils/moreutils')
-rw-r--r-- | utils/moreutils/patches/002_no-install-strip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/utils/moreutils/patches/002_no-install-strip.patch b/utils/moreutils/patches/002_no-install-strip.patch new file mode 100644 index 000000000..82b74577c --- /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))) |