blob: 54608a665417d85171e97c32da35fba5b2c15450 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Never strip executable
Patch by Michael Mair-Keimberger
--- ncp-1.2.4/GNUmakefile 2005-05-13 19:17:17.000000000 +0200
+++ ncp-1.2.4-ng/GNUmakefile 2020-09-04 20:08:50.399902892 +0200
@@ -53,9 +53,6 @@
ncp: ncp.o libsocket
$(CC) $< -o $@ -I. $(CFLAGS) $(LDFLAGS) $(LDLIBS) `cat libsocket`
-ifeq ($(DEBUG),)
- strip -R .note -R .comment ncp || strip ncp
-endif
install:
install -d $(PREFIX)/bin $(PREFIX)/man/man1
|