mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Successfully packaged LLVM!
This commit is contained in:
@@ -5,6 +5,8 @@ SRC_NAME="kmod"
|
||||
SRC_URL="https://github.com/kmod-project/kmod/archive/refs/tags/v34.tar.gz"
|
||||
SRC_VERSION="34"
|
||||
|
||||
# TODO: Fix pkgconfig directory (/usr/share/pkgconfig -> /lib/pkgconfig)
|
||||
|
||||
build() {
|
||||
tar xf ../$SRC_FILENAME
|
||||
cd kmod-$SRC_VERSION/
|
||||
@@ -15,4 +17,4 @@ build() {
|
||||
./configure $TT_AUTOCONF_COMMON --disable-manpages --enable-year2038
|
||||
make -j $TT_PROCS
|
||||
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user