pantsbuild / binaries

A temporary home for pants static binaries and scripts
16 stars 37 forks source link

add --disable-rpath when configuring xz #71

Closed cosmicexplorer closed 6 years ago

cosmicexplorer commented 6 years ago

This removes the need to set DYLD_LIBRARY_PATH or LD_LIBRARY_PATH in pantsbuild/pants#5936. The xz binary will use the version of xz and liblzma in the installation directory when invoked.

stuhood commented 6 years ago

So, now that the 5.2.4 binaries are published and have been downloaded by a few folks, reusing their version number is not a great idea. A lot of caching happens at the version number level.

Is there a new release? Or do you want to tag this with a suffix maybe? 5.2.4-1?

stuhood commented 6 years ago

(the build was successful though)

cosmicexplorer commented 6 years ago

I have tagged it with 5.2.4-1 in fe33c8f, and have made the change to the default_version in pantsbuild/pants#5936.

stuhood commented 6 years ago

Synced.