summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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