libX11 rebuild xfce

This commit is contained in:
Rmys
2022-06-18 14:40:08 +03:00
committed by GitHub
parent 8289a359f0
commit edf1da388c
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Libdir = "/usr/lib32" if get.buildTYPE() == "emul32" else "/usr/lib"
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-static libdir=%s" % Libdir)
autotools.configure("--disable-static --disable-thread-safety-constructor libdir=%s" % Libdir)
pisitools.dosed("libtool", "^(hardcode_libdir_flag_spec=).*", '\\1""')
pisitools.dosed("libtool", "^(runpath_var=)LD_RUN_PATH", "\\1DIE_RPATH_DIE")