From e4d8b08c9162b2a4fcdaa186d66073ecf19256ef Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 31 Jan 2022 17:40:57 -0500 Subject: Make flags library header-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') 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. -- cgit v1.2.3