diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:47:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-28 21:47:44 +0200 |
commit | 0a3d29e18ca731cafed7155b73a92a8f2756ca27 (patch) | |
tree | 01c464d54b6d00a3334bf4b72c4c66a2c6ffc859 /package/ulogd | |
parent | 58e2e795851d40c1e298354a264aa03eca1717e8 (diff) |
make allmodconfig round for lemote yeelong target
Diffstat (limited to 'package/ulogd')
-rw-r--r-- | package/ulogd/patches/patch-libipulog_Makefile_in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/package/ulogd/patches/patch-libipulog_Makefile_in b/package/ulogd/patches/patch-libipulog_Makefile_in index 8ce425d83..002e6e123 100644 --- a/package/ulogd/patches/patch-libipulog_Makefile_in +++ b/package/ulogd/patches/patch-libipulog_Makefile_in @@ -1,7 +1,7 @@ $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 @@ +--- ulogd-1.24.orig/libipulog/Makefile.in 2005-11-25 20:58:25.000000000 +0100 ++++ ulogd-1.24/libipulog/Makefile.in 2009-08-28 20:28:09.339447238 +0200 +@@ -1,10 +1,10 @@ # include @top_srcdir@/Rules.make @@ -9,4 +9,8 @@ $Id$ +CFLAGS+=-Iinclude libipulog.a: libipulog.o - $(LD) -i $< -o $@ +- $(LD) -i $< -o $@ ++ $(CC) -shared $< -o $@ + + distrib: + |