diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-04-02 03:34:39 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-02 03:34:39 +0300 |
commit | b505c3e6717841736901ff76876cfc1922865ac1 (patch) | |
tree | 5d33b15690910aa1cb67631a70cb07a0eabe2e15 /utils | |
parent | 727cb7e6e7b809600d3488a3a5ab172ef0008330 (diff) | |
parent | f1ec183605af5fac933f1cc723e65df5e9efc20c (diff) |
Merge pull request #4222 from nikil/moreutils
moreutils: Fix build failure due to install stripping
Diffstat (limited to 'utils')
-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))) |