Skip to content

Commit

Permalink
fix(protobuf)
Browse files Browse the repository at this point in the history
closes #5393
  • Loading branch information
jhheider committed Mar 7, 2024
1 parent 9418a95 commit b8aea92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/protobuf.dev/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ build:
cmake .. $ARGS
make --jobs {{ hw.concurrency }} install
env:
linux:
# likely needs bumping to an unreleased abseil.io version
# ld.lld: error: undefined reference due to --no-allow-shlib-undefined: absl::lts_20240116::log_internal::LogMessage& absl::lts_20240116::log_internal::LogMessage::operator<<<int, 0>(int const&)
LDFLAGS: $LDFLAGS -Wl,--allow-shlib-undefined
ARGS:
- -Dprotobuf_BUILD_LIBPROTOC=ON
- -Dprotobuf_BUILD_SHARED_LIBS=ON
Expand Down

0 comments on commit b8aea92

Please sign in to comment.