mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 09:42:09 +00:00
libjson-c: don't build shared host libraries
Avoids having to deal with various rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c29f71ece7
commit
3d6e25dd32
@ -27,9 +27,7 @@ include $(INCLUDE_DIR)/host-build.mk
|
||||
include $(INCLUDE_DIR)/cmake.mk
|
||||
|
||||
CMAKE_HOST_OPTIONS += \
|
||||
-DCMAKE_SKIP_RPATH=FALSE \
|
||||
-DCMAKE_MACOSX_RPATH=1 \
|
||||
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOST}/lib"
|
||||
-DBUILD_SHARED_LIBS=FALSE
|
||||
|
||||
define Package/libjson-c
|
||||
SECTION:=libs
|
||||
|
Loading…
x
Reference in New Issue
Block a user