mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-19 21:46:52 +00:00
Revert "tools/zstd: build libraries as static"
This reverts commit e3989094b8
.
Require more testing as it does cause compilation error.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
e3989094b8
commit
6e90cb60e4
@ -17,9 +17,9 @@ include $(INCLUDE_DIR)/meson.mk
|
|||||||
MESON_HOST_BUILD_DIR:=$(HOST_BUILD_DIR)/build/meson/openwrt-build
|
MESON_HOST_BUILD_DIR:=$(HOST_BUILD_DIR)/build/meson/openwrt-build
|
||||||
|
|
||||||
HOSTCC:= $(HOSTCC_NOCACHE)
|
HOSTCC:= $(HOSTCC_NOCACHE)
|
||||||
|
HOST_LDFLAGS += -Wl,-rpath,$(STAGING_DIR_HOST)/lib
|
||||||
|
|
||||||
MESON_HOST_ARGS += \
|
MESON_HOST_ARGS += \
|
||||||
-Ddefault_library=static \
|
|
||||||
-Dlegacy_level=7 \
|
-Dlegacy_level=7 \
|
||||||
-Ddebug_level=0 \
|
-Ddebug_level=0 \
|
||||||
-Dbacktrace=false \
|
-Dbacktrace=false \
|
||||||
|
Loading…
Reference in New Issue
Block a user