]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/kmod
samba: remove pid at killproc in initscript
[ipfire-2.x.git] / lfs / kmod
index 8e0bb0d53d5165b07ce0c0c0a0e75e13f397a00a..39e350c02c88de23291a872874db34b5c888f3de 100644 (file)
--- 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  <info@ipfire.org>                     #
 #                                                                             #
 # 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,9 +74,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --prefix=/usr \
                --bindir=/bin \
                --sysconfdir=/etc \
-               --disable-manpages
-
-#              --libdir=/lib \
+               --disable-manpages \
+               --with-openssl \
+               --with-xz \
+               --with-zlib
 
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install