From 9e6a2ec97723ccd11f300a5b00d0e07428c1690a Mon Sep 17 00:00:00 2001 From: dann frazier Date: Thu, 14 Nov 2024 23:15:26 +0000 Subject: [PATCH] re2: Use GCC spec file from abseil-cpp-dev Signed-off-by: dann frazier --- re2.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/re2.yaml b/re2.yaml index 5f3cbe1ab87..97742a4f45e 100644 --- a/re2.yaml +++ b/re2.yaml @@ -1,7 +1,7 @@ package: name: re2 version: "2024.02.01" - epoch: 2 + epoch: 3 description: Efficient, principled regular expression library copyright: - license: BSD-3-Clause @@ -22,6 +22,9 @@ environment: - busybox - ca-certificates-bundle - icu-dev + environment: + # https://github.com/wolfi-dev/os/issues/34075 + CXXFLAGS: "-specs abseil-cpp.spec" pipeline: - uses: fetch