This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
moreutils: Fix build failure due to install stripping
Signed-off-by: Nikil Mehta
nikil.mehta@gmail.com
lilik-openwrt-22.03
Nikil Mehta
8 years ago
parent
509799552c
commit
f1ec183605
1 changed files
with
11 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
utils/moreutils/patches/002_no-install-strip.patch
+ 11
- 0
utils/moreutils/patches/002_no-install-strip.patch
View 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)))
Write
Preview
Loading…
Cancel
Save