X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibnl%2Fpatches%2F100-static.patch;h=8ff042fc7833d3c0848cfaf3bf4ba57efb4ca150;hb=4eb07384d9123b2494e7be5e46695cdd2dd5a510;hp=1a24620836bb6a6623f55f537a6b8d6e80c008ee;hpb=ee803fa2351a7d592571a194f527d48f80ad86ef;p=openwrt-10.03%2F.git diff --git a/package/libnl/patches/100-static.patch b/package/libnl/patches/100-static.patch index 1a2462083..8ff042fc7 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)