You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-im/ysm/files/ysm-2.9.9.1-dont-strip-bina...

18 lines
568 B

From bcdc0714b9dcd08714374aa83ab112f1da0600a7 Mon Sep 17 00:00:00 2001
From: Sam James <sam@gentoo.org>
Date: Wed, 21 Apr 2021 00:45:47 +0000
Subject: [PATCH 2/2] Don't strip binary
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -53,7 +53,7 @@ install-prog:
@if [ -f "$(DESTDIR)$(bindir)/$(PROG)" ]; then \
mv -f "$(DESTDIR)$(bindir)/$(PROG)" "$(DESTDIR)$(bindir)/$(PROG).old"; \
fi
- $(INSTALL) -s $(PROG) $(DESTDIR)$(bindir)/ ;
+ $(INSTALL) $(PROG) $(DESTDIR)$(bindir)/ ;
@echo -e \
" **********************************************************\n"\
--