diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-04-08 10:44:48 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-04-08 10:44:48 -0400 |
commit | 1268f609aafd78796a66f13fa7eac88efe0cb097 (patch) | |
tree | 9fe100d2b38d63c07f5a654129e62c84df220adc /debian/patches/configure.diff | |
parent | feac56827dd1f0d159ea0bcf2ce37ef1990ac743 (diff) | |
download | abseil-1268f609aafd78796a66f13fa7eac88efe0cb097.tar.gz abseil-1268f609aafd78796a66f13fa7eac88efe0cb097.tar.bz2 abseil-1268f609aafd78796a66f13fa7eac88efe0cb097.zip |
Begin updating packaging for Abseil 20210324
Bump package versions and names to reflect the new Abseil LTS. Remove
patches that have been incorporated upstream, and refresh other
patches.
Diffstat (limited to 'debian/patches/configure.diff')
-rw-r--r-- | debian/patches/configure.diff | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/patches/configure.diff b/debian/patches/configure.diff index 5c47b152..786994b0 100644 --- a/debian/patches/configure.diff +++ b/debian/patches/configure.diff @@ -22,16 +22,16 @@ Configure Abseil for Debian. --- a/CMake/AbseilHelpers.cmake +++ b/CMake/AbseilHelpers.cmake -@@ -217,6 +217,9 @@ +@@ -263,7 +263,8 @@ + if(ABSL_ENABLE_INSTALL) + set_target_properties(${_NAME} PROPERTIES OUTPUT_NAME "absl_${_NAME}" +- SOVERSION "2103.0.0" ++ SOVERSION 20210324 ++ VERSION "20210324.0.0" ) endif() -+ -+ set_property(TARGET ${_NAME} PROPERTY SOVERSION 20200923) -+ set_property(TARGET ${_NAME} PROPERTY VERSION "20200923.0.1") else() - # Generating header-only library - add_library(${_NAME} INTERFACE) --- a/absl/base/options.h +++ b/absl/base/options.h @@ -100,7 +100,7 @@ @@ -74,8 +74,8 @@ Configure Abseil for Debian. // allowed. #define ABSL_OPTION_USE_INLINE_NAMESPACE 1 --#define ABSL_OPTION_INLINE_NAMESPACE_NAME lts_2020_09_23 -+#define ABSL_OPTION_INLINE_NAMESPACE_NAME debian1 +-#define ABSL_OPTION_INLINE_NAMESPACE_NAME lts_20210324 ++#define ABSL_OPTION_INLINE_NAMESPACE_NAME debian2 // ABSL_OPTION_HARDENED // |