summaryrefslogtreecommitdiff
path: root/sub/xz/Makefile
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2018-03-23 00:44:58 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2018-03-23 00:44:58 +0000
commit505996ce0e385ab90f95532a8302c995fb8418b6 (patch)
treed46ccbc8028f1b1b61126898f60fa5f80b5e4222 /sub/xz/Makefile
parentaf8d78e093c10e3b1fc1be03ada6d18ac2cb7698 (diff)
downloadlh-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/Makefile4
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