zssh/0005-Do-not-call-strip-in-build-process.patch
weidong a373e89e23 Initial package
(cherry picked from commit 986ca98bbe2d04544e5f129f3be0442645acab40)
2021-02-19 18:00:15 +08:00

24 lines
632 B
Diff

From: Ben Wong <ben@wongs.net>
Date: Tue, 25 Sep 2007 01:48:30 -0700
Subject: Do not call strip in build process
This is handled later in Debian build system by debhelper.
This closes #438380.
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index 51f60c0..6f5542c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -74,7 +74,7 @@ ztelnet : $(NAME)
ln $(NAME) $@
install :
- strip $(NAME)
+ #strip $(NAME)
$(INSTALL) -m 0711 zssh $(DESTDIR)/@bindir@
#ln -f $(DESTDIR)/@bindir@/zssh $(DESTDIR)/@bindir@/ztelnet
$(INSTALL) -m 0644 $(MANS) $(DESTDIR)/@mandir@/man1