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/empty-flags-library.diff | |
parent | 59f305653806c020b89050271bcdd49cae3a1c3d (diff) | |
download | abseil-e3dbf85a813051021307321870edc0480b739c01.tar.gz abseil-e3dbf85a813051021307321870edc0480b739c01.tar.bz2 abseil-e3dbf85a813051021307321870edc0480b739c01.zip |
Update patches and bump internal namespace
Diffstat (limited to 'debian/patches/empty-flags-library.diff')
-rw-r--r-- | debian/patches/empty-flags-library.diff | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/patches/empty-flags-library.diff b/debian/patches/empty-flags-library.diff deleted file mode 100644 index d47d44be..00000000 --- a/debian/patches/empty-flags-library.diff +++ /dev/null @@ -1,19 +0,0 @@ -From: Benjamin Barenblat <bbaren@google.com> -Subject: Eliminate libabsl_flags.so and libabsl_flags.a -Forwarded: not-needed - -The libabsl_flags library only contains code when compiling with MSVC, which -Debian doesn't use. Skip compiling absl/flags/flag.cc, and make the Abseil flags -library header-only. - ---- a/absl/flags/CMakeLists.txt -+++ b/absl/flags/CMakeLists.txt -@@ -200,8 +200,6 @@ - absl_cc_library( - NAME - flags -- SRCS -- "flag.cc" - HDRS - "declare.h" - "flag.h" |