summaryrefslogtreecommitdiffstats
path: root/newt/build/newt-0.52.2-nostatic.patch
blob: 1081e705ab9d62c97708b8e7e4b0ff315f78114f (plain)
1
2
3
4
5
6
7
8
9
10
11
--- newt-0.52.2/Makefile.in	2006-10-31 21:57:01.000000000 +0200
+++ newt-0.52.2/Makefile.in.new	2006-10-31 22:08:26.000000000 +0200
@@ -52,7 +52,7 @@
 	$(MAKE) -C po stamp-po
 
 test:	$(TESTOBJS) $(LIBNEWT)
-	$(CC) -g -o test $(TESTOBJS) $(LIBNEWT) $(LIBS) -static
+	$(CC) -g -o test $(TESTOBJS) $(LIBNEWT) $(LIBS)
 
 testgrid:	testgrid.o $(LIBNEWT)
 	$(CC) -g -o testgrid testgrid.o $(LIBNEWT) $(LIBS)