diff options
author | Renato Botelho <renato@netgate.com> | 2017-08-17 13:49:01 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-08-17 13:49:01 -0300 |
commit | c694655bb1511c169ff8b0a280c9b34c63e01815 (patch) | |
tree | 1bcc00e10bd1a0a00fa47769443f99078d2191ac | |
parent | 525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d (diff) | |
download | pfsense-c694655bb1511c169ff8b0a280c9b34c63e01815.zip pfsense-c694655bb1511c169ff8b0a280c9b34c63e01815.tar.gz |
Enable debug for frr too
-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 e162a8b..27423a4 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*}=="" +.if ${.CURDIR:N*net/quagga*}=="" || ${.CURDIR:N*net/frr*}=="" CUR_ARCH!=uname -m . if ${CUR_ARCH} == "arm" WITH_DEBUG=yes |