kmod rebuild
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user