aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/latomic.diff
Commit message (Collapse)AuthorAgeFilesLines
* Update patches and bump internal namespaceBenjamin Barenblat2023-09-071-1/+1
|
* Update patchesBenjamin Barenblat2023-05-081-1/+1
| | | | | Bump SONAME and inline namespace in configuration, and delete a patch that has been applied upstream.
* Update patchesBenjamin Barenblat2022-08-221-1/+1
| | | | | | Bump SONAME and inline namespace in configuration, update location of SSE2 and SSSE3 configuration, and delete patches that have been applied upstream.
* Stop forcing -Wl,--as-needed on dependentsBenjamin Barenblat2022-01-311-1/+1
| | | | | | | | | | | | | | Commit 8081530e824c092d36b1ef7947783c5859eb8b61 added -Wl,--as-needed -latomic -Wl,--no-as-needed to ensure libatomic got linked on platforms that needed it (see https://bugs.debian.org/973492). However, this inadventantly added -Wl,--no-as-needed to dependents’ link lines when they built with CMake. Switch to -Wl,--push-state,--as-needed -latomic -Wl,--pop-state instead to ensure dependents’ link settings remain intact. As an added bonus, this removes -Wl,--as-needed from the Abseil build itself, allowing a bunch of libraries that don’t actually need libc to omit a libc dependency. Closes: https://bugs.debian.org/1001596
* Refresh patchesBenjamin Barenblat2021-06-011-1/+1
|
* Begin updating packaging for Abseil 20210324Benjamin Barenblat2021-04-081-1/+1
| | | | | | Bump package versions and names to reflect the new Abseil LTS. Remove patches that have been incorporated upstream, and refresh other patches.
* Link libatomic when appropriateBenjamin Barenblat2020-11-061-0/+20
Closes: https://bugs.debian.org/973492