diff options
Diffstat (limited to 'package/lft/0001-no-strip.patch')
-rw-r--r-- | package/lft/0001-no-strip.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/lft/0001-no-strip.patch b/package/lft/0001-no-strip.patch deleted file mode 100644 index f1bd7003b2..0000000000 --- a/package/lft/0001-no-strip.patch +++ /dev/null @@ -1,19 +0,0 @@ -Don't forcibly strip binaries, we do so on our own. -Also using strip rather than $(STRIP) is bad when cross-compiling. - -Patch status: notified upstream. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura lft-3.74.orig/Makefile.in lft-3.74/Makefile.in ---- lft-3.74.orig/Makefile.in 2016-05-03 14:11:30.965530923 -0300 -+++ lft-3.74/Makefile.in 2016-05-03 14:11:42.120918849 -0300 -@@ -50,8 +50,6 @@ - - install: lft lft.8 whob whob.8 - @echo "LFT and WhoB" -- @echo " \_Stripping binaries" -- @strip lft whob - @echo " \_Copying files to their intended destinations" - @test -d $(DESTDIR)$(bindir)/. || $(MKDIR) $(DESTDIR)$(bindir) - $(INSTALL) lft $(DESTDIR)$(bindir)/lft |