mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Enable debug when building quagga to fix crash on ARM
This commit is contained in:
parent
5bd45ea311
commit
525bc9f1db
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user