+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
|
||||
|
||||
def setup():
|
||||
|
||||
pisitools.cflags.add("-fno-plt -fcommon")
|
||||
pisitools.cxxflags.add("-fno-plt")
|
||||
pisitools.ldflags.add(",-z,now")
|
||||
|
||||
pisitools.cflags.add("-fno-plt -fcommon")
|
||||
pisitools.cxxflags.add("-fno-plt")
|
||||
pisitools.ldflags.add(",-z,now")
|
||||
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("\
|
||||
--disable-static \
|
||||
--enable-glamor \
|
||||
--disable-static \
|
||||
--enable-glamor \
|
||||
")
|
||||
|
||||
def build():
|
||||
|
||||
Reference in New Issue
Block a user