summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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..78a7f1f 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*}=="" || ${.CURDIR:N*net/frr*}==""
+CUR_ARCH!= /usr/bin/uname -p
+. if ${CUR_ARCH} == "armv6"
+WITH_DEBUG=yes
+. endif
+.endif
+
.if ${.CURDIR:N*net/rsync*}==""
CFLAGS+= -static
.endif
OpenPOWER on IntegriCloud