From 0a3d29e18ca731cafed7155b73a92a8f2756ca27 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 28 Aug 2009 21:47:44 +0200 Subject: make allmodconfig round for lemote yeelong target --- package/ulogd/patches/patch-libipulog_Makefile_in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'package/ulogd') 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: + -- cgit v1.2.3