diff options
author | Benjamin Barenblat <bbaren@google.com> | 2020-05-22 15:01:50 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2020-05-22 15:01:50 -0400 |
commit | 73ea0ababad4845e211121bed2e046d96299116d (patch) | |
tree | 1df38f047c14835b286719b06f476a1715c47672 /debian/libabsl-dev.install | |
parent | 39a4eeaa163078ff988e63c0f83ae9611ed913de (diff) |
Build static libraries
Build archives in addition to shared objects for Abseil code. Build the
shared objects after the archives so that files autogenerated during
the build (like CMake support files) reference the shared objects, not
the archives. This ensures that users get shared objects by default;
this is the common case in Debian, and it also helps prevent ODR
violations caused by double-linking an archive.
This patch is heavily based on one provided in
<CAKjSHr2qpxgDcnRVoYCptVytTy-QjXy38AM4ppSKv1noXOGjwg@mail.gmail.com>
by László Böszörményi (GCS) <gcs@debian.org>; it’s available on the web
at https://bugs.debian.org/888705#150.
Diffstat (limited to 'debian/libabsl-dev.install')
-rw-r--r-- | debian/libabsl-dev.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libabsl-dev.install b/debian/libabsl-dev.install index 6a5120e6..db5108c6 100644 --- a/debian/libabsl-dev.install +++ b/debian/libabsl-dev.install @@ -13,5 +13,6 @@ # the License. usr/include/absl +usr/lib/*/*.a usr/lib/*/*.so usr/lib/*/cmake |