mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +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.
|
internal RPC protocols and file formats.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CMAKE_HOST_OPTIONS += \
|
||||||
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
|
-DCMAKE_SKIP_RPATH=OFF \
|
||||||
|
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"
|
||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
-DBUILD_SHARED_LIBS=ON
|
-DBUILD_SHARED_LIBS=ON
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user