diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-28 08:51:33 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-28 08:51:33 +0000 |
commit | d3ca1bb1e5da035eba69e6d0de71d4ddaa10c1f1 (patch) | |
tree | b4aa2c73f02445a927bcc9129e24c739ab9c5b4b /package/libnl/patches/100-static.patch | |
parent | 85e49e4898d55395c4dc6694280356f3d26f2748 (diff) |
[package] libnl: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14233 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl/patches/100-static.patch')
-rw-r--r-- | package/libnl/patches/100-static.patch | 14 |
1 files changed, 6 insertions, 8 deletions
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) |