summaryrefslogtreecommitdiffstats
path: root/tools/conf/pfPorts/make.conf
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-17 08:47:48 -0300
committerRenato Botelho <renato@netgate.com>2016-08-17 08:47:48 -0300
commit669a59d7c98bda587a1a5840e2fad77827ff16a6 (patch)
tree6672e5d8d298a76dabc81ecf63d8d591e2a53490 /tools/conf/pfPorts/make.conf
parent4d5df6790edb09ec2b7f3f61c72bb2885b3f70ad (diff)
downloadpfsense-669a59d7c98bda587a1a5840e2fad77827ff16a6.zip
pfsense-669a59d7c98bda587a1a5840e2fad77827ff16a6.tar.gz
Do not use host native compiler when building mysql for arm
Diffstat (limited to 'tools/conf/pfPorts/make.conf')
-rw-r--r--tools/conf/pfPorts/make.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf
index 9a24cf6..bf0c52f 100644
--- a/tools/conf/pfPorts/make.conf
+++ b/tools/conf/pfPorts/make.conf
@@ -62,6 +62,10 @@ lang_php56_SET_FORCE= FPM
WITH_DEBUG= yes
. endif
+.if ${ARCH} == "armv6" && ${.CURDIR:N*databases/mysql56-client*}==""
+CC=/usr/bin/cc CXX=/usr/bin/c++
+.endif
+
# Options for packages
sysutils_apcupsd_SET_FORCE=APCDUMB_DRV APCSMART_DRV PCNET_DRV SNMP_DRV TCP_WRAPPERS USB
sysutils_apcupsd_UNSET_FORCE=CGI CLIENT_ONLY GAPCMON SNMP_DRV_OLD TEST_DRV
OpenPOWER on IntegriCloud