add packages_10.03.2 in preparation for the 10.03.2 interim release
[10.03/packages.git] / net / linuxigd / patches / 003-Makefile-fix.patch
1 Index: linuxigd-1.0/Makefile
2 ===================================================================
3 --- linuxigd-1.0.orig/Makefile  2008-02-27 10:45:26.000000000 +0100
4 +++ linuxigd-1.0/Makefile       2008-02-27 10:45:54.000000000 +0100
5 @@ -27,7 +27,7 @@
6         @echo "make $@ finished on `date`"
7  
8  %.o:   %.c
9 -       $(CC) $(CFLAGS) $(INCLUDES) -c $<
10 +       $(CC) $(CFLAGS) $(INCLUDES) -D_GNU_SOURCE -c $<
11  
12  clean:
13         rm -f *.o upnpd