X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Flibnl;h=4944a4b2afcc254f293004738cc375cb177bae2a;hp=ea557d9132f5c2b6dace8842d514f715ae4e0cd1;hb=15b1a3e360a277dc7481103f8ddcbf189033e3a6;hpb=207c9813bc3e1ef121bb1bac89752c0a850dda6d diff --git a/lfs/libnl b/lfs/libnl index ea557d9132..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,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