From fb64f83ee057bb1b652ac9fc84d418b04b190efc Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 28 Jan 2009 08:51:33 +0000 Subject: [package] libnl: refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14233 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libnl/patches/100-static.patch | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'package/libnl/patches/100-static.patch') diff --git a/package/libnl/patches/100-static.patch b/package/libnl/patches/100-static.patch index 1a24620836..8ff042fc78 100644 --- a/package/libnl/patches/100-static.patch +++ b/package/libnl/patches/100-static.patch @@ -1,8 +1,6 @@ -Index: libnl-1.0-pre7/lib/Makefile -=================================================================== ---- libnl-1.0-pre7.orig/lib/Makefile 2007-11-16 03:19:22.404997365 +0100 -+++ libnl-1.0-pre7/lib/Makefile 2007-11-16 03:22:22.903283376 +0100 -@@ -34,6 +34,7 @@ +--- a/lib/Makefile ++++ b/lib/Makefile +@@ -36,6 +36,7 @@ CFLAGS += -fPIC OUT_SLIB := $(PACKAGE_NAME).so.$(PACKAGE_VERSION) LN_SLIB := $(PACKAGE_NAME).so LN1_SLIB := $(LN_SLIB).1 @@ -10,7 +8,7 @@ Index: libnl-1.0-pre7/lib/Makefile export -@@ -42,7 +43,7 @@ +@@ -44,7 +45,7 @@ export all: @echo " MAKE $(OUT_SLIB)"; \ @@ -19,7 +17,7 @@ Index: libnl-1.0-pre7/lib/Makefile $(OUT_SLIB): ../Makefile.opts $(OBJ) @echo " LD $(OUT_SLIB)"; \ -@@ -52,10 +53,15 @@ +@@ -54,10 +55,15 @@ $(OUT_SLIB): ../Makefile.opts $(OBJ) @echo " LN $(LN1_SLIB) $(LN_SLIB)"; \ rm -f $(LN_SLIB) ; $(LN) -s $(LN1_SLIB) $(LN_SLIB) @@ -36,7 +34,7 @@ Index: libnl-1.0-pre7/lib/Makefile distclean: @echo " DISTCLEAN lib"; \ -@@ -64,6 +70,7 @@ +@@ -66,6 +72,7 @@ distclean: install: mkdir -p $(DESTDIR)$(libdir)/ install -m 0644 $(OUT_SLIB) $(DESTDIR)$(libdir) -- cgit v1.2.3