From: Rosen Penev Date: Fri, 30 Sep 2022 20:18:00 +0000 (-0700) Subject: tools/cmake: remove rpath ldflag X-Git-Tag: v23.05.0-rc1~1044 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10862%2Fhead;p=thirdparty%2Fopenwrt.git tools/cmake: remove rpath ldflag no longer needed because of tools/zstd Signed-off-by: Rosen Penev --- diff --git a/tools/cmake/Makefile b/tools/cmake/Makefile index ed2580fe4c8..3a81b9a29fe 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