diff options
author | Benjamin Barenblat <bbaren@google.com> | 2022-01-31 17:40:57 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2022-01-31 18:04:18 -0500 |
commit | e4d8b08c9162b2a4fcdaa186d66073ecf19256ef (patch) | |
tree | f3ba053c521b88e802003bb226bde4d9ac33cd78 /debian/changelog | |
parent | 8bd0ae5f71bfbbe3509f644cba58157810b65269 (diff) |
Make flags library header-only
The Abseil flags library needs to emit code only when being compiled
with MSVC, which Debian doesn’t use. Skip absl/flags/flag.cc, and tell
CMake to treat the flags library as header-only.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0347674f..23869523 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ abseil (0~20210324.2-1) UNRELEASED; urgency=medium * New upstream release. + * Stop installing libabsl_flags.so and libabsl_flags.a, since they are + empty on every platform that Debian supports. * Correct debian/watch search URLs to avoid picking up rc versions. * Mangle upstream version in debian/watch to match manual mangling in debian/changelog. |