1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] libnl: refresh patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14233 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-01-28 08:51:33 +00:00
parent 85e49e4898
commit d3ca1bb1e5
6 changed files with 23 additions and 39 deletions

View File

@@ -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)