Enable debug when building quagga to fix crash on ARM

This commit is contained in:
Renato Botelho 2017-08-17 13:31:39 -03:00
parent 5bd45ea311
commit 525bc9f1db

View File

@ -44,6 +44,13 @@ net_ntp_UNSET_FORCE= PERL_UTILS
mail_pear-Mail_SET_FORCE= PEAR_NET_SMTP
.if ${.CURDIR:N*net/quagga*}==""
CUR_ARCH!=uname -m
. if ${CUR_ARCH} == "arm"
WITH_DEBUG=yes
. endif
.endif
.if ${.CURDIR:N*net/rsync*}==""
CFLAGS+= -static
.endif