mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
kmod: Update to 26
This patch links kmod against OpenSSL which is required to decode the kernel modules' PKCS#7 signatures. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
9ff65bfac3
commit
1ece41ec51
@@ -9,6 +9,6 @@ sbin/rmmod
|
||||
#usr/lib/libkmod.la
|
||||
#usr/lib/libkmod.so
|
||||
usr/lib/libkmod.so.2
|
||||
usr/lib/libkmod.so.2.3.3
|
||||
usr/lib/libkmod.so.2.3.4
|
||||
#usr/lib/pkgconfig/libkmod.pc
|
||||
#usr/share/bash-completion/completions/kmod
|
||||
|
||||
5
lfs/kmod
5
lfs/kmod
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 25
|
||||
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 = 34f325cab568f842fdde4f8b2182f220
|
||||
$(DL_FILE)_MD5 = 1129c243199bdd7db01b55a61aa19601
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -75,6 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--bindir=/bin \
|
||||
--sysconfdir=/etc \
|
||||
--disable-manpages \
|
||||
--with-openssl \
|
||||
--with-xz \
|
||||
--with-zlib
|
||||
|
||||
|
||||
2
make.sh
2
make.sh
@@ -1111,7 +1111,6 @@ buildbase() {
|
||||
lfsmake2 pkg-config
|
||||
lfsmake2 make
|
||||
lfsmake2 man
|
||||
lfsmake2 kmod
|
||||
lfsmake2 net-tools
|
||||
lfsmake2 patch
|
||||
lfsmake2 psmisc
|
||||
@@ -1133,6 +1132,7 @@ buildipfire() {
|
||||
lfsmake2 backup
|
||||
lfsmake2 openssl
|
||||
[ "${BUILD_ARCH}" = "i586" ] && lfsmake2 openssl KCFG='-sse2'
|
||||
lfsmake2 kmod
|
||||
lfsmake2 popt
|
||||
lfsmake2 libedit
|
||||
lfsmake2 libusb
|
||||
|
||||
Reference in New Issue
Block a user