mesa rebuild

This commit is contained in:
Ertuğrul Erata
2015-11-10 08:51:59 +02:00
parent c3d73d81f7
commit c490e6af1e
2 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -9,8 +9,10 @@ from pisi.actionsapi import pisitools
Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
def setup():
def setup():
autotools.autoreconf("-vif")
pisitools.dosed("configure", "LLVM_SO_NAME=.*", "LLVM_SO_NAME=LLVM")
# --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.
+7
View File
@@ -153,6 +153,13 @@
</Provides>
</Package>
<History>
<Update release="21">
<Date>2015-11-10</Date>
<Version>10.5.5</Version>
<Comment>Rebuild for llvm.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="20">
<Date>2015-05-16</Date>
<Version>10.5.5</Version>