summaryrefslogtreecommitdiffstats
path: root/package/libnl/patches/100-static.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/libnl/patches/100-static.patch')
-rw-r--r--package/libnl/patches/100-static.patch14
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)