generic-poky/meta/recipes-extended/mktemp/files/disable-strip.patch

16 lines
429 B
Diff

Upstream-Status: Inappropriate [configuration]
diff --git a/Makefile.in b/Makefile.in
index 37b3cc9..f1026f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -95,7 +95,7 @@ install-dirs:
$(DESTDIR)$(mandir)/man1
install-binaries: $(PROG)
- $(INSTALL) -m 0555 -s $(PROG) $(DESTDIR)$(bindir)/$(PROG)
+ $(INSTALL) -m 0555 $(PROG) $(DESTDIR)$(bindir)/$(PROG)
install-man:
$(INSTALL) -m 0444 $(srcdir)/mktemp.$(mantype) \