+241657
-241650
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
bed34e8c8522d3274f6c74bd5cebeec95f04f2b9
|
03f6f3a49a79ad4918240f570fb418ec050c33a2
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
6c829ff27d8ddbcb69da9a97496ea488602afbb0
|
f327dd002c77bcaa3027f32443e2b7c046184ecc
|
||||||
@@ -9,15 +9,14 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
pisitools.cflags.add("-fno-plt -fcommon")
|
||||||
pisitools.cflags.add("-fno-plt -fcommon")
|
pisitools.cxxflags.add("-fno-plt")
|
||||||
pisitools.cxxflags.add("-fno-plt")
|
pisitools.ldflags.add(",-z,now")
|
||||||
pisitools.ldflags.add(",-z,now")
|
|
||||||
|
|
||||||
autotools.autoreconf("-fiv")
|
autotools.autoreconf("-fiv")
|
||||||
autotools.configure("\
|
autotools.configure("\
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-glamor \
|
--enable-glamor \
|
||||||
")
|
")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
Reference in New Issue
Block a user