mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
libnl: update to 1.1.4.
This commit is contained in:
@@ -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
|
||||
|
||||
11
lfs/libnl
11
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
|
||||
|
||||
Reference in New Issue
Block a user