kmod rebuild

This commit is contained in:
Rmys
2023-01-15 13:47:11 +03:00
parent 57fc9d1084
commit 4e0abc82d5
3 changed files with 49 additions and 2 deletions
+2 -1
View File
@@ -16,10 +16,11 @@ def setup():
if get.buildTYPE() == "emul32":
options += " --bindir=/usr/emul32 \
--with-rootlibdir=/lib32 \
--libdir=/usr/lib32"
if get.buildTYPE() != "emul32":
options += " --with-zstd"
options += " --with-zstd --with-rootlibdir=/lib"
autotools.configure(options)