aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-09-27 23:16:46 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2022-09-27 23:17:51 +0200
commit6e90cb60e4b5720b399103cbb44508bc0559be1e (patch)
tree73c4a2370f4ed7b84146ea512c338815ed000118 /tools
parente3989094b801da63b7b65b2460ea30dfeb324cd3 (diff)
downloadupstream-6e90cb60e4b5720b399103cbb44508bc0559be1e.tar.gz
upstream-6e90cb60e4b5720b399103cbb44508bc0559be1e.tar.bz2
upstream-6e90cb60e4b5720b399103cbb44508bc0559be1e.zip
Revert "tools/zstd: build libraries as static"
This reverts commit e3989094b801da63b7b65b2460ea30dfeb324cd3. Require more testing as it does cause compilation error. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/zstd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/zstd/Makefile b/tools/zstd/Makefile
index 65381e7cb4..93f6745976 100644
--- a/tools/zstd/Makefile
+++ b/tools/zstd/Makefile
@@ -17,9 +17,9 @@ include $(INCLUDE_DIR)/meson.mk
MESON_HOST_BUILD_DIR:=$(HOST_BUILD_DIR)/build/meson/openwrt-build
HOSTCC:= $(HOSTCC_NOCACHE)
+HOST_LDFLAGS += -Wl,-rpath,$(STAGING_DIR_HOST)/lib
MESON_HOST_ARGS += \
- -Ddefault_library=static \
-Dlegacy_level=7 \
-Ddebug_level=0 \
-Dbacktrace=false \