Skip to content

Commit

Permalink
protobuf-c: Use abseil-cpp-compiler-options
Browse files Browse the repository at this point in the history
See: wolfi-dev#34075

Signed-off-by: dann frazier <[email protected]>
  • Loading branch information
dannf authored and justinvreeland committed Nov 18, 2024
1 parent eba7b11 commit 9d81d2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion protobuf-c.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: protobuf-c
version: 1.5.0
epoch: 9
epoch: 10
description: Protocol Buffers implementation in C
copyright:
- license: BSD-2-Clause
Expand All @@ -17,6 +17,9 @@ environment:
- ca-certificates-bundle
- libtool
- protobuf-dev
environment:
# https://github.com/wolfi-dev/os/issues/34075
CXXFLAGS: "-specs abseil-cpp.spec"

pipeline:
- uses: git-checkout
Expand Down

0 comments on commit 9d81d2b

Please sign in to comment.