From: Rosen Penev Date: Tue, 19 Oct 2021 07:47:16 +0000 (-0700) Subject: protobuf-c: don't build shared host library X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=89c2971c6effb3c1b3525cdb26e20c95013f6701;p=openwrt-packages.git protobuf-c: don't build shared host library No point and can avoid rpath hacks. Signed-off-by: Rosen Penev --- diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index b197f3c52..8c79a8884 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -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"