aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/0001-Unbundle-abseil.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Unbundle-abseil.patch')
-rw-r--r--debian/patches/0001-Unbundle-abseil.patch9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/patches/0001-Unbundle-abseil.patch b/debian/patches/0001-Unbundle-abseil.patch
index 5304994..817741a 100644
--- a/debian/patches/0001-Unbundle-abseil.patch
+++ b/debian/patches/0001-Unbundle-abseil.patch
@@ -3,11 +3,11 @@ Date: Sat, 16 Jul 2022 13:49:23 -0400
Subject: Unbundle abseil
---
- CMakeLists.txt | 20 ++------------------
- 1 file changed, 2 insertions(+), 18 deletions(-)
+ CMakeLists.txt | 21 +++------------------
+ 1 file changed, 3 insertions(+), 18 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 52b1b32..4b30659 100644
+index 52b1b32..d5e8f95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -116,7 +116,6 @@ if(LIBGAV1_VERBOSE)
@@ -18,7 +18,7 @@ index 52b1b32..4b30659 100644
set(libgav1_gtest_build "${libgav1_build}/gtest")
# Compiler/linker flags must be lists, but come in from the environment as
-@@ -131,23 +130,8 @@ endif()
+@@ -131,23 +130,9 @@ endif()
# Set test-only flags based on LIBGAV1_CXX_FLAGS.
libgav1_set_test_flags()
@@ -40,6 +40,7 @@ index 52b1b32..4b30659 100644
- endif()
-endif()
+set(absl "/usr/lib/*/cmake/absl")
++find(absl REQUIRED)
+set(ABSL_PROPAGATE_CXX_STD ON)
libgav1_reset_target_lists()