summaryrefslogtreecommitdiffstats
path: root/debian/patches/0002-Don-t-strip-binaries.patch
blob: 1e6b58f709c41a0c3c4a114f8e724bdfb7c31af2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Jeremie Corbier <jeremie+debian@famille-corbier.net>
Date: Tue, 6 Apr 2010 15:51:06 +0200
Subject: Don't strip binaries

This patch prevents wide-dhcpv6 build system from stripping built binaries.

Signed-off-by: Jeremie Corbier <jeremie@famille-corbier.net>
---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index a39596f..de25f48 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -103,7 +103,7 @@ $(srcdir)/ianaopts.h: gentab.pl bootp-dhcp-parameters
 
 install::
 	-mkdir -p $(sbindir) $(mandir)/man5 $(mandir)/man8
-	$(INSTALL_PROGRAM) -s -o $(user) -g $(group) $(TARGET) $(sbindir)
+	$(INSTALL_PROGRAM) -o $(user) -g $(group) $(TARGET) $(sbindir)
 	$(INSTALL_DATA) -o $(user) -g $(group) dhcp6c.8 $(mandir)/man8
 	$(INSTALL_DATA) -o $(user) -g $(group) dhcp6s.8 $(mandir)/man8
 	$(INSTALL_DATA) -o $(user) -g $(group) dhcp6relay.8 $(mandir)/man8