[openwrt/openwrt] tools/cmake: remove rpath ldflag
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 8 17:56:04 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/786c4099b4f65f6f323096db6480c28a79676a16
commit 786c4099b4f65f6f323096db6480c28a79676a16
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Fri Sep 30 13:18:00 2022 -0700
tools/cmake: remove rpath ldflag
no longer needed because of tools/zstd
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
tools/cmake/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile
index ed2580fe4c..3a81b9a29f 100644
--- a/tools/cmake/Makefile
+++ b/tools/cmake/Makefile
@@ -38,8 +38,6 @@ HOST_CONFIGURE_ARGS := \
--system-zstd \
--generator=Ninja
-HOST_LDFLAGS += -Wl,-rpath,$(STAGING_DIR_HOST)/lib
-
define Host/Compile/Default
+$(NINJA) -C $(HOST_BUILD_DIR) $(1)
endef
More information about the lede-commits
mailing list