diff options
author | Renato Botelho <renato@netgate.com> | 2017-08-17 13:31:39 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-08-17 13:33:57 -0300 |
commit | 525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d (patch) | |
tree | 0452839559b369a5a613c81e590b3c5cecb340bd /tools | |
parent | 5bd45ea3111b4dda322db0aab28d2762c2cf2031 (diff) | |
download | pfsense-525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d.zip pfsense-525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d.tar.gz |
Enable debug when building quagga to fix crash on ARM
Diffstat (limited to 'tools')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index bdb27da..e162a8b 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -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 |