xorg-server works 3

This commit is contained in:
Ertuğrul Erata
2015-07-14 16:02:02 +03:00
parent 5e961bf0bd
commit b8af4bc0fa
24 changed files with 1281 additions and 2 deletions
+2
View File
@@ -26,6 +26,8 @@ def setup():
#--with-id3 \
shelltools.system("sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool")
shelltools.system("sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()