diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-04-21 10:28:53 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-06-01 14:28:48 -0400 |
commit | 5b48955810e393a365858fd62cd9d21d73b36966 (patch) | |
tree | 03b8fa899236bbeb571190e7f96b48e2b159f02b | |
parent | 5f27305121bcfe04b0944ed8fa5c9ea922459838 (diff) |
Refresh patches
-rw-r--r-- | debian/patches/configure.diff | 2 | ||||
-rw-r--r-- | debian/patches/latomic.diff | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/configure.diff b/debian/patches/configure.diff index 786994b0..8138899f 100644 --- a/debian/patches/configure.diff +++ b/debian/patches/configure.diff @@ -26,7 +26,7 @@ Configure Abseil for Debian. if(ABSL_ENABLE_INSTALL) set_target_properties(${_NAME} PROPERTIES OUTPUT_NAME "absl_${_NAME}" -- SOVERSION "2103.0.0" +- SOVERSION "2103.0.1" + SOVERSION 20210324 + VERSION "20210324.0.0" ) diff --git a/debian/patches/latomic.diff b/debian/patches/latomic.diff index 50e170e4..404144e2 100644 --- a/debian/patches/latomic.diff +++ b/debian/patches/latomic.diff @@ -9,7 +9,7 @@ if anything needs libatomic and add the DT_NEEDED entry where necessary. --- a/absl/copts/AbseilConfigureCopts.cmake +++ b/absl/copts/AbseilConfigureCopts.cmake -@@ -63,4 +63,8 @@ +@@ -62,4 +62,8 @@ set(ABSL_TEST_COPTS "") endif() |