From d229e0f78d251f7f29938d25d4d683045ec97ef3 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 28 Dec 2022 22:14:16 +0100 Subject: [PATCH] =?UTF-8?q?net-misc/FORT-validator:=20Don=E2=80=99t=20debu?= =?UTF-8?q?g=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/888753 --- net-misc/FORT-validator/FORT-validator-1.5.3_p20220607.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-misc/FORT-validator/FORT-validator-1.5.3_p20220607.ebuild b/net-misc/FORT-validator/FORT-validator-1.5.3_p20220607.ebuild index ee859b5..8ff4f6a 100644 --- a/net-misc/FORT-validator/FORT-validator-1.5.3_p20220607.ebuild +++ b/net-misc/FORT-validator/FORT-validator-1.5.3_p20220607.ebuild @@ -39,6 +39,8 @@ src_prepare() { default # Don't strip CFLAGS sed -i 's/fort_CFLAGS =/fort_CFLAGS = ${CFLAGS} /' src/Makefile.am || die + # Don’t compile debug by default + sed -i '/fort_CFLAGS/ s/ -g / /' src/Makefile.am || die # Don't test network sed -i '/http/d' test/Makefile.am || die eautoreconf