From 2d708949db00588d1a50739d1f9586c4a2192a80 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 27 Aug 2013 20:20:47 +0200 Subject: [PATCH] libnl: update to 1.1.4. --- config/rootfiles/common/libnl | 3 ++- lfs/libnl | 11 ++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/config/rootfiles/common/libnl b/config/rootfiles/common/libnl index 2beb80010..960e1c827 100644 --- a/config/rootfiles/common/libnl +++ b/config/rootfiles/common/libnl @@ -53,7 +53,8 @@ #usr/include/netlink/socket.h #usr/include/netlink/types.h #usr/include/netlink/utils.h +#usr/lib/libnl.a usr/lib/libnl.so usr/lib/libnl.so.1 -usr/lib/libnl.so.1.1 +usr/lib/libnl.so.1.1.4 #usr/lib/pkgconfig/libnl-1.pc diff --git a/lfs/libnl b/lfs/libnl index ea557d913..a35793514 100644 --- a/lfs/libnl +++ b/lfs/libnl @@ -24,7 +24,7 @@ include Config -VER = 1.1 +VER = 1.1.4 THISAPP = libnl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ae970ccd9144e132b68664f98e7ceeb1 +$(DL_FILE)_MD5 = 580cb878be536804daca87fb75ae46cc install : $(TARGET) @@ -73,13 +73,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/libnl-1.1-ULONG_MAX.patch - cd $(DIR_APP) && ln -s /usr/src/linux/include/linux/if_vlan.h \ - include/linux/if_vlan.h - cd $(DIR_APP) && ln -s /usr/src/linux/include/linux/netfilter/nf_conntrack_common.h \ - include/linux/netfilter/nf_conntrack_common.h - cd $(DIR_APP) && ln -s /usr/src/linux/include/linux/netfilter/nf_conntrack_tcp.h \ - include/linux/netfilter/nf_conntrack_tcp.h cd $(DIR_APP) && ./configure --prefix=/usr cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.39.2