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
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue