mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
protobuf-c: Fix host binary
It needs rpath to find libprotoc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -46,6 +46,11 @@ define Package/libprotobuf-c/description
|
||||
internal RPC protocols and file formats.
|
||||
endef
|
||||
|
||||
CMAKE_HOST_OPTIONS += \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DCMAKE_SKIP_RPATH=OFF \
|
||||
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"
|
||||
|
||||
CMAKE_OPTIONS += \
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user