Merge pull request #12287 from neheb/proto

protobuf-c: fix host build on GCC4
This commit is contained in:
Rosen Penev 2020-05-24 21:07:04 -07:00 committed by GitHub
commit 65f6a012a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ endef
CMAKE_HOST_OPTIONS += \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_CXX_STANDARD=11 \
-DCMAKE_SKIP_RPATH=OFF \
-DCMAKE_INSTALL_RPATH="${STAGING_DIR_HOSTPKG}/lib"