lede-packages-rs

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

002_no-install-strip.patch (355B)


      1 --- a/Makefile
      2 +++ b/Makefile
      3 @@ -2,7 +2,7 @@
      4  PERLSCRIPTS=vidir vipe ts combine zrun chronic
      5  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
      6  CFLAGS?=-O2 -g -Wall
      7 -INSTALL_BIN?=install -s
      8 +INSTALL_BIN?=install
      9  PREFIX?=/usr
     10  
     11  ifneq (,$(findstring CYGWIN,$(shell uname)))