X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flibnl;h=4944a4b2afcc254f293004738cc375cb177bae2a;hb=aa81aaf83646a9cbaf07f0e5358fee66ef6e4c06;hp=d1747752eeb3766c1bf53905ef509fc17eac5adf;hpb=999d55de0585b62235a43731a6b942082f96c404;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/libnl b/lfs/libnl index d1747752ee..4944a4b2af 100644 --- a/lfs/libnl +++ b/lfs/libnl @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -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,12 +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) && 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