summaryrefslogtreecommitdiff
path: root/debian/patches/configure.diff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2023-09-07 13:26:18 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2023-09-07 13:26:18 -0400
commit94b8e998a4c04e3bd78202d429c1b804f77198ea (patch)
tree69b8340d932695bae9b8ff6e006e656a448307be /debian/patches/configure.diff
parent494211f47140be3ff09f70843b111e23dbcfad5e (diff)
Update patches and bump internal namespace
Diffstat (limited to 'debian/patches/configure.diff')
-rw-r--r--debian/patches/configure.diff12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/patches/configure.diff b/debian/patches/configure.diff
index 9d1fe736..a5a5eef3 100644
--- a/debian/patches/configure.diff
+++ b/debian/patches/configure.diff
@@ -15,13 +15,13 @@ Configure Abseil for Debian.
--- a/CMake/AbseilHelpers.cmake
+++ b/CMake/AbseilHelpers.cmake
-@@ -309,7 +309,8 @@
+@@ -298,7 +298,8 @@
if(ABSL_ENABLE_INSTALL)
set_target_properties(${_NAME} PROPERTIES
OUTPUT_NAME "absl_${_NAME}"
-- SOVERSION "2301.0.0"
-+ SOVERSION 20230125
-+ VERSION "20230125.0.0"
+- SOVERSION "2308.0.0"
++ SOVERSION 20230802
++ VERSION "20230802.0.0"
)
endif()
else()
@@ -67,8 +67,8 @@ Configure Abseil for Debian.
// allowed.
#define ABSL_OPTION_USE_INLINE_NAMESPACE 1
--#define ABSL_OPTION_INLINE_NAMESPACE_NAME lts_20230125
-+#define ABSL_OPTION_INLINE_NAMESPACE_NAME debian4
+-#define ABSL_OPTION_INLINE_NAMESPACE_NAME lts_20230802
++#define ABSL_OPTION_INLINE_NAMESPACE_NAME debian5
// ABSL_OPTION_HARDENED
//