diff options
author | Renato Botelho <renato@netgate.com> | 2017-08-17 13:51:48 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-08-17 13:51:48 -0300 |
commit | 44a7dbdc796a3685f1e33375e603500aa60042ea (patch) | |
tree | 08b0c813f06eb54335b3b10073f3e77d4be8bc4f | |
parent | b1e20be82f135960d168007cd7fb6cb946979fa3 (diff) | |
download | pfsense-44a7dbdc796a3685f1e33375e603500aa60042ea.zip pfsense-44a7dbdc796a3685f1e33375e603500aa60042ea.tar.gz |
Revert "Enable debug when building quagga to fix crash on ARM"
This reverts commit 525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d.
-rw-r--r-- | tools/conf/pfPorts/make.conf | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index e162a8b..bdb27da 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -44,13 +44,6 @@ 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 |