diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-23 00:44:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-23 00:44:58 +0000 |
commit | 505996ce0e385ab90f95532a8302c995fb8418b6 (patch) | |
tree | d46ccbc8028f1b1b61126898f60fa5f80b5e4222 /sub/xz/Makefile | |
parent | af8d78e093c10e3b1fc1be03ada6d18ac2cb7698 (diff) | |
download | lh-bootstrap-505996ce0e385ab90f95532a8302c995fb8418b6.tar.xz |
Attempt to rip musl from build-build, to support more distro compilers
Diffstat (limited to 'sub/xz/Makefile')
-rw-r--r-- | sub/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/xz/Makefile b/sub/xz/Makefile index a600850..e60bd1b 100644 --- a/sub/xz/Makefile +++ b/sub/xz/Makefile @@ -6,8 +6,8 @@ XZ_TAREXT := tar.xz XZ_TARLETTER := J XZ_CONFIGURE_OPTIONS := --disable-nls --with-gnu-ld --enable-threads=posix --disable-shared --disable-scripts --disable-doc --disable-lzma-links --disable-lzmainfo --disable-lzmadec --disable-xzdec --disable-xz XZ_CFLAGS := "" -XZ_CONFLDFLAGS := "-s -static" -XZ_MAKELDFLAGS := "-s -static" +XZ_CONFLDFLAGS := "-s" +XZ_MAKELDFLAGS := "-s" $(OUTPUT)/sources/$(XZ_NAME)-$(XZ_VERSION).$(XZ_TAREXT): | $(OUTPUT)/tmp/.lh_prepared $(OUTPUT)/build-build/.lh_skarnet_installed |