From a4f1ba8ad5afacccfd18512b4141dc3ebd7e3ab5 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 18 Feb 2021 17:57:50 +0100 Subject: 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 Signed-off-by: Conrad Kostecki --- .../files/apt-cacher-ng-9999999-flags.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 net-misc/apt-cacher-ng/files/apt-cacher-ng-9999999-flags.patch (limited to 'net-misc/apt-cacher-ng') 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}) -- cgit v1.2.3-65-gdbad