mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user