xz rebuild
This commit is contained in:
@@ -16,9 +16,10 @@ def setup():
|
|||||||
# Remove RPATH
|
# Remove RPATH
|
||||||
pisitools.dosed("libtool", "^hardcode_libdir_flag_spec=.*", "hardcode_libdir_flag_spec=\"\"")
|
pisitools.dosed("libtool", "^hardcode_libdir_flag_spec=.*", "hardcode_libdir_flag_spec=\"\"")
|
||||||
pisitools.dosed("libtool", "^runpath_var=LD_RUN_PATH", "runpath_var=DIE_RPATH_DIE")
|
pisitools.dosed("libtool", "^runpath_var=LD_RUN_PATH", "runpath_var=DIE_RPATH_DIE")
|
||||||
shelltools.export("LDFLAGS", "-lpthread")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
shelltools.export("LDFLAGS", "-lpthread")
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">0002-xz-Fix-an-integer-overflow-with-32-bit-off_t.patch</Patch>
|
<Patch level="1">0002-xz-Fix-an-integer-overflow-with-32-bit-off_t.patch</Patch>
|
||||||
<Patch level="1">0001-liblzma-Avoid-memcpy-NULL-foo-0-because-it-is-undefi.patch</Patch>
|
<Patch level="1">0001-liblzma-Avoid-memcpy-NULL-foo-0-because-it-is-undefi.patch</Patch>
|
||||||
<Patch level="1">pthread.patch</Patch>
|
<!-- <Patch level="1">pthread.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user