mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
moreutils: Fix build failure due to install stripping
Signed-off-by: Nikil Mehta nikil.mehta@gmail.com
This commit is contained in:
11
utils/moreutils/patches/002_no-install-strip.patch
Normal file
11
utils/moreutils/patches/002_no-install-strip.patch
Normal file
@@ -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)))
|
||||||
Reference in New Issue
Block a user