From 525bc9f1dbb32e7682fdf03e08e7d1bdc75cd53d Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 17 Aug 2017 13:31:39 -0300 Subject: [PATCH] Enable debug when building quagga to fix crash on ARM --- tools/conf/pfPorts/make.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index bdb27da95a..e162a8befa 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