summaryrefslogtreecommitdiffstats
path: root/tools/conf/pfPorts/make.conf
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-08-17 13:31:39 -0300
committerRenato Botelho <renato@netgate.com>2017-08-17 13:33:57 -0300
commit525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d (patch)
tree0452839559b369a5a613c81e590b3c5cecb340bd /tools/conf/pfPorts/make.conf
parent5bd45ea3111b4dda322db0aab28d2762c2cf2031 (diff)
downloadpfsense-525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d.zip
pfsense-525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d.tar.gz
Enable debug when building quagga to fix crash on ARM
Diffstat (limited to 'tools/conf/pfPorts/make.conf')
-rw-r--r--tools/conf/pfPorts/make.conf7
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
OpenPOWER on IntegriCloud