Skip to content

Commit

Permalink
Merge pull request #12287 from neheb/proto
Browse files Browse the repository at this point in the history
protobuf-c: fix host build on GCC4
  • Loading branch information
neheb authored May 25, 2020
2 parents 96fb464 + 499564b commit 65f6a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/protobuf-c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 65f6a01

Please sign in to comment.