diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-02-18 17:57:50 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-19 00:04:26 +0100 |
commit | a4f1ba8ad5afacccfd18512b4141dc3ebd7e3ab5 (patch) | |
tree | 7e920cd0996330d2959d9d0316320196dfe21be5 /net-misc/apt-cacher-ng | |
parent | dev-util/perf: remove unused patch(es) (diff) | |
download | gentoo-a4f1ba8ad5afacccfd18512b4141dc3ebd7e3ab5.tar.gz gentoo-a4f1ba8ad5afacccfd18512b4141dc3ebd7e3ab5.tar.bz2 gentoo-a4f1ba8ad5afacccfd18512b4141dc3ebd7e3ab5.zip |
net-misc/apt-cacher-ng: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/19522
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-misc/apt-cacher-ng')
-rw-r--r-- | net-misc/apt-cacher-ng/files/apt-cacher-ng-9999999-flags.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net-misc/apt-cacher-ng/files/apt-cacher-ng-9999999-flags.patch b/net-misc/apt-cacher-ng/files/apt-cacher-ng-9999999-flags.patch deleted file mode 100644 index 8fe769ada328..000000000000 --- a/net-misc/apt-cacher-ng/files/apt-cacher-ng-9999999-flags.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -114,15 +114,6 @@ - - if(CMAKE_BUILD_TYPE MATCHES Debug) - set(USE_LTO_DEFAULT off) --else() -- set(CMAKE_REQUIRED_FLAGS "-Wl,--gc-sections") -- CHECK_CXX_COMPILER_FLAG("-Os -fdata-sections -ffunction-sections -Wl,--gc-sections" GC_SECTIONS) -- if(GC_SECTIONS) -- _append(ACNG_COMPFLAGS -fdata-sections -ffunction-sections) -- _append(CMAKE_EXE_LINKER_FLAGS -Wl,--gc-sections) -- _append(CMAKE_SHARED_LINKER_FLAGS -Wl,--gc-sections) -- endif() -- set(CMAKE_REQUIRED_FLAGS "") - endif() - - option(USE_LTO "Enable Link Time Optimization (requires modern compilers)" ${USE_LTO_DEFAULT}) |