aboutsummaryrefslogtreecommitdiff
path: root/net/conserver/patches/001-remove-strip.patch
blob: 2befd20d3ef2e06b2c2c1a3034b641fc25a59a5a (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
--- a/autologin/Makefile.in
+++ b/autologin/Makefile.in
@@ -9,7 +9,7 @@ sysconfdir = @sysconfdir@
 
 ### Installation programs and flags
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 LN_S = @LN_S@
 MKDIR = @MKDIR@
 
--- a/conserver/Makefile.in
+++ b/conserver/Makefile.in
@@ -14,7 +14,7 @@ exampledir = $(datadir)/examples/conserv
 
 ### Installation programs and flags
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 LN_S = @LN_S@
 MKDIR = @MKDIR@
 
--- a/console/Makefile.in
+++ b/console/Makefile.in
@@ -10,7 +10,7 @@ mandir = @mandir@
 
 ### Installation programs and flags
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 LN_S = @LN_S@
 MKDIR = @MKDIR@
 
--- a/contrib/chat/Makefile.in
+++ b/contrib/chat/Makefile.in
@@ -10,7 +10,7 @@ mandir = @mandir@
 
 ### Installation programs and flags
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 LN_S = @LN_S@
 MKDIR = @MKDIR@