diff options
author | Benjamin Barenblat <bbaren@google.com> | 2024-05-08 11:38:21 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2024-05-08 11:38:21 -0400 |
commit | e3dbf85a813051021307321870edc0480b739c01 (patch) | |
tree | 6066f02ec4fad41301a9328ca1ba3309534c43c5 /debian/patches/configure.diff | |
parent | 59f305653806c020b89050271bcdd49cae3a1c3d (diff) |
Update patches and bump internal namespace
Diffstat (limited to 'debian/patches/configure.diff')
-rw-r--r-- | debian/patches/configure.diff | 18 |
1 files changed, 9 insertions, 9 deletions
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. |