diff options
author | Renato Botelho <renato@netgate.com> | 2017-08-17 13:51:47 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-08-17 13:51:47 -0300 |
commit | b1e20be82f135960d168007cd7fb6cb946979fa3 (patch) | |
tree | 0452839559b369a5a613c81e590b3c5cecb340bd /tools | |
parent | c694655bb1511c169ff8b0a280c9b34c63e01815 (diff) | |
download | pfsense-b1e20be82f135960d168007cd7fb6cb946979fa3.zip pfsense-b1e20be82f135960d168007cd7fb6cb946979fa3.tar.gz |
Revert "Enable debug for frr too"
This reverts commit c694655bb1511c169ff8b0a280c9b34c63e01815.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 27423a4..e162a8b 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -44,7 +44,7 @@ net_ntp_UNSET_FORCE= PERL_UTILS mail_pear-Mail_SET_FORCE= PEAR_NET_SMTP -.if ${.CURDIR:N*net/quagga*}=="" || ${.CURDIR:N*net/frr*}=="" +.if ${.CURDIR:N*net/quagga*}=="" CUR_ARCH!=uname -m . if ${CUR_ARCH} == "arm" WITH_DEBUG=yes |