add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / net / veth / patches / 100-veth-makefile-cflags.patch
1 Index: veth-1.0/veth/Makefile
2 ===================================================================
3 --- veth-1.0.orig/veth/Makefile 2008-10-29 16:11:33.000000000 +0100
4 +++ veth-1.0/veth/Makefile      2008-10-31 18:01:33.000000000 +0100
5 @@ -4,8 +4,7 @@
6         rm -f vethd
7  
8  vethd: vethd.c
9 -       $(CC) -O6 -Wall -pedantic -o vethd vethd.c
10 -       strip vethd
11 +       $(CC) $(CFLAGS) -o vethd vethd.c
12  
13  install: all
14         install -s -m 750 ./vethd $(INSTALL_DIR)