protobuf-c: don't build shared host library
No point and can avoid rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c2fc267476
commit
89c2971c6e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ define Package/libprotobuf-c/description
|
|||
endef
|
||||
|
||||
CMAKE_HOST_OPTIONS += \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-DCMAKE_CXX_STANDARD=11 \
|
||||
-DCMAKE_SKIP_RPATH=OFF \
|
||||
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"
|
||||
|
|
Loading…
Reference in a new issue