Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update patches and bump internal namespace | Benjamin Barenblat | 2023-09-07 | 1 | -1/+1 |
| | |||||
* | Update patches | Benjamin Barenblat | 2023-05-08 | 1 | -1/+1 |
| | | | | | Bump SONAME and inline namespace in configuration, and delete a patch that has been applied upstream. | ||||
* | Update patches | Benjamin Barenblat | 2022-08-22 | 1 | -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 dependents | Benjamin Barenblat | 2022-01-31 | 1 | -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 patches | Benjamin Barenblat | 2021-06-01 | 1 | -1/+1 |
| | |||||
* | Begin updating packaging for Abseil 20210324 | Benjamin Barenblat | 2021-04-08 | 1 | -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 appropriate | Benjamin Barenblat | 2020-11-06 | 1 | -0/+20 |
Closes: https://bugs.debian.org/973492 |