kumquat-buildroot/package/lft/0001-no-strip.patch
Gustavo Zacarias d033022f59 lft: new package
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
[Thomas: use complete license name in <pkg>_LICENSE, i.e "VOSTROM Public
License for Open Source".]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-05-13 23:31:48 +02:00

20 lines
689 B
Diff

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