[openwrt/openwrt] cmake.mk: disable shared libs for host packages

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 6 13:39:36 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c80792e666f9a1f40d7b4b846874cdd66d22bd95

commit c80792e666f9a1f40d7b4b846874cdd66d22bd95
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Thu Sep 26 16:29:43 2024 -0700

    cmake.mk: disable shared libs for host packages
    
    Disable for host to avoid having to use rpath hacks.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/16586
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 include/cmake.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/cmake.mk b/include/cmake.mk
index 00ade7fd7d..87309dd045 100644
--- a/include/cmake.mk
+++ b/include/cmake.mk
@@ -174,6 +174,7 @@ define Host/Configure/Default
 			-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=TRUE \
 			-DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=FALSE \
 			-DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=TRUE \
+			-DBUILD_SHARED_LIBS=OFF \
 			$(CMAKE_HOST_OPTIONS) \
 		$(HOST_CMAKE_SOURCE_DIR) \
 	)




More information about the lede-commits mailing list