lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit b505c3e6717841736901ff76876cfc1922865ac1
parent 727cb7e6e7b809600d3488a3a5ab172ef0008330
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Sun,  2 Apr 2017 03:34:39 +0300

Merge pull request #4222 from nikil/moreutils

moreutils: Fix build failure due to install stripping
Diffstat:
Autils/moreutils/patches/002_no-install-strip.patch | 11+++++++++++
1 file 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 @@ -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)))