diff options
Diffstat (limited to 'package/ulogd/patches/patch-libipulog_Makefile_in')
-rw-r--r-- | package/ulogd/patches/patch-libipulog_Makefile_in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ulogd/patches/patch-libipulog_Makefile_in b/package/ulogd/patches/patch-libipulog_Makefile_in new file mode 100644 index 000000000..8ce425d83 --- /dev/null +++ b/package/ulogd/patches/patch-libipulog_Makefile_in @@ -0,0 +1,12 @@ +$Id$ +--- ulogd-1.24.orig/libipulog/Makefile.in 2005-11-25 19:58:25.000000000 +0000 ++++ ulogd-1.24/libipulog/Makefile.in 2007-02-15 21:29:49.000000000 +0000 +@@ -1,7 +1,7 @@ + # + + include @top_srcdir@/Rules.make +-CFLAGS+=-Iinclude -I/usr/src/linux/include ++CFLAGS+=-Iinclude + + libipulog.a: libipulog.o + $(LD) -i $< -o $@ |