Revision 525bc9f1
Added by Renato Botelho almost 8 years ago
tools/conf/pfPorts/make.conf | ||
---|---|---|
44 | 44 |
|
45 | 45 |
mail_pear-Mail_SET_FORCE= PEAR_NET_SMTP |
46 | 46 |
|
47 |
.if ${.CURDIR:N*net/quagga*}=="" |
|
48 |
CUR_ARCH!=uname -m |
|
49 |
. if ${CUR_ARCH} == "arm" |
|
50 |
WITH_DEBUG=yes |
|
51 |
. endif |
|
52 |
.endif |
|
53 |
|
|
47 | 54 |
.if ${.CURDIR:N*net/rsync*}=="" |
48 | 55 |
CFLAGS+= -static |
49 | 56 |
.endif |
Also available in: Unified diff
Enable debug when building quagga to fix crash on ARM