This commit is contained in:
Kamil ATLI
2018-02-06 01:42:09 +03:00
committed by GitHub
parent 9ce95aadee
commit 3fe4406b39
+1 -1
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import shelltools
Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
def setup():
#autotools.autoreconf("-vif")
autotools.autoreconf("-vif")
# --enable-sysfs option provides better hardware information support with "lspci"
# --enable-32-bit option is not present anymore. Although build fails in emul32. With --disable-asm option, not fail. Needs to be tested.