summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-at
blob: 1de213bf6426091ef221356403f55ea0a7af4bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-at,v 1.5 2015/12/29 23:34:48 dholland Exp $

Don't strip the executables during the build.

--- src/rtt/Makefile.orig
+++ src/rtt/Makefile
@@ -24,7 +24,6 @@
 rtt:	$(OBJ)
 	$(CC) $(LDFLAGS) -o rtt $(OBJ)
 	cp rtt ../../bin
-	strip ../../bin/rtt$(EXE)
 
 library:	$(OBJ)
 		rm -rf rtt.a