net-misc/FORT-validator: Don’t debug by default
Closes: https://bugs.gentoo.org/888753
This commit is contained in:
parent
8166a84c37
commit
d229e0f78d
|
@ -39,6 +39,8 @@ src_prepare() {
|
||||||
default
|
default
|
||||||
# Don't strip CFLAGS
|
# Don't strip CFLAGS
|
||||||
sed -i 's/fort_CFLAGS =/fort_CFLAGS = ${CFLAGS} /' src/Makefile.am || die
|
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
|
# Don't test network
|
||||||
sed -i '/http/d' test/Makefile.am || die
|
sed -i '/http/d' test/Makefile.am || die
|
||||||
eautoreconf
|
eautoreconf
|
||||||
|
|
Loading…
Reference in a new issue