From 94b8e998a4c04e3bd78202d429c1b804f77198ea Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 7 Sep 2023 13:26:18 -0400 Subject: Update patches and bump internal namespace --- debian/patches/configure.diff | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'debian/patches/configure.diff') 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 // -- cgit v1.2.3