xz rebuild

This commit is contained in:
idriskalp
2019-12-22 18:54:41 +03:00
parent 4c7286479f
commit bcf788e9b0
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -16,9 +16,10 @@ def setup():
# Remove RPATH
pisitools.dosed("libtool", "^hardcode_libdir_flag_spec=.*", "hardcode_libdir_flag_spec=\"\"")
pisitools.dosed("libtool", "^runpath_var=LD_RUN_PATH", "runpath_var=DIE_RPATH_DIE")
shelltools.export("LDFLAGS", "-lpthread")
def build():
shelltools.export("LDFLAGS", "-lpthread")
autotools.make()
def check():