X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fkmod;h=39e350c02c88de23291a872874db34b5c888f3de;hb=76a1dedb4fbd40b4eb1d7f8267879de4854b3e9d;hp=dc2dc10b883d73d3d4194f579c4c2c8ae6e65390;hpb=057652c5e548c5e0b0e4e07559c21b7916335af9;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/kmod b/lfs/kmod index dc2dc10b88..39e350c02c 100644 --- a/lfs/kmod +++ b/lfs/kmod @@ -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 = 13 +VER = 26 THISAPP = kmod-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d5aba43b9370cd52f3cb35e82a1aa595 +$(DL_FILE)_MD5 = 1129c243199bdd7db01b55a61aa19601 install : $(TARGET) @@ -74,10 +74,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --bindir=/bin \ --sysconfdir=/etc \ - --enable-zlib \ - --disable-manpages - -# --libdir=/lib \ + --disable-manpages \ + --with-openssl \ + --with-xz \ + --with-zlib cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install