X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fnet-tools;h=3fde55e2d28c2d9d631116c6d42d918849c202c9;hb=ca7af382032b3542584fb07b3fabe3976063e551;hp=ae4d73850e416fc50388fa4588654f18a2ff2020;hpb=9bd0bfd233b2297a3c2e91e90b56fdfd96011c3b;p=ipfire-2.x.git diff --git a/lfs/net-tools b/lfs/net-tools index ae4d73850e..3fde55e2d2 100644 --- a/lfs/net-tools +++ b/lfs/net-tools @@ -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 # @@ -72,6 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/net-tools-1.60-no-hostname.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/$(THISAPP)-gcc34-3.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/$(THISAPP)-kernel_headers-3.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/$(THISAPP)-iphdr-redef.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/$(THISAPP)-mii_ioctl-1.patch cd $(DIR_APP) && yes "" | make config cd $(DIR_APP) && sed -i -e 's|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g' \