From e3dbf85a813051021307321870edc0480b739c01 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 8 May 2024 11:38:21 -0400 Subject: Update patches and bump internal namespace --- debian/patches/configure.diff | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'debian/patches/configure.diff') diff --git a/debian/patches/configure.diff b/debian/patches/configure.diff index 3cd575f0..c9a28733 100644 --- a/debian/patches/configure.diff +++ b/debian/patches/configure.diff @@ -19,9 +19,9 @@ Configure Abseil for Debian. if(ABSL_ENABLE_INSTALL) set_target_properties(${_NAME} PROPERTIES OUTPUT_NAME "absl_${_NAME}" -- SOVERSION "2308.0.0" -+ SOVERSION 20230802 -+ VERSION "20230802.0.1" +- SOVERSION "2401.0.0" ++ SOVERSION 20240116 ++ VERSION "20240116.0.1" ) endif() else() @@ -61,18 +61,18 @@ Configure Abseil for Debian. -#define ABSL_OPTION_USE_STD_VARIANT 2 +#define ABSL_OPTION_USE_STD_VARIANT 0 - - // ABSL_OPTION_USE_INLINE_NAMESPACE -@@ -200,7 +200,7 @@ + // ABSL_OPTION_USE_STD_ORDERING + // +@@ -226,7 +226,7 @@ // allowed. #define ABSL_OPTION_USE_INLINE_NAMESPACE 1 --#define ABSL_OPTION_INLINE_NAMESPACE_NAME lts_20230802 -+#define ABSL_OPTION_INLINE_NAMESPACE_NAME debian5 +-#define ABSL_OPTION_INLINE_NAMESPACE_NAME lts_20240116 ++#define ABSL_OPTION_INLINE_NAMESPACE_NAME debian6 // ABSL_OPTION_HARDENED // -@@ -227,6 +227,6 @@ +@@ -253,6 +253,6 @@ // checks enabled by this option may abort the program in a different way and // log additional information when `NDEBUG` is not defined. -- cgit v1.2.3