net-misc/FORT-validator: Don’t debug by default

Closes: https://bugs.gentoo.org/888753
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay
2022-12-28 23:23:51 +01:00
parent cfa024528f
commit 44523c3777

View File

@@ -39,6 +39,8 @@ src_prepare() {
default
# Don't strip CFLAGS
sed -i 's/fort_CFLAGS =/fort_CFLAGS = ${CFLAGS} /' src/Makefile.am || die
# Dont 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