summaryrefslogtreecommitdiffstats
path: root/tools/conf/pfPorts/make.conf
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-17 11:33:20 -0300
committerRenato Botelho <renato@netgate.com>2016-08-17 11:34:30 -0300
commit937f8d624de5b2ba4aadf269942691accb06314c (patch)
tree0dfa495dd9217bbfab765bf9ba6220eaaa99fe1c /tools/conf/pfPorts/make.conf
parentf8ee942b6ba8e9c05346e8680321db2264f12441 (diff)
downloadpfsense-937f8d624de5b2ba4aadf269942691accb06314c.zip
pfsense-937f8d624de5b2ba4aadf269942691accb06314c.tar.gz
Revert "Check for ARCH here is unnecessary"
This reverts commit 0145641ae6d684bb09c2b4281359880b0dfb1e71.
Diffstat (limited to 'tools/conf/pfPorts/make.conf')
-rw-r--r--tools/conf/pfPorts/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf
index e2163a2..bf0c52f 100644
--- a/tools/conf/pfPorts/make.conf
+++ b/tools/conf/pfPorts/make.conf
@@ -62,7 +62,7 @@ lang_php56_SET_FORCE= FPM
WITH_DEBUG= yes
. endif
-.if ${.CURDIR:N*databases/mysql56-client*}==""
+.if ${ARCH} == "armv6" && ${.CURDIR:N*databases/mysql56-client*}==""
CC=/usr/bin/cc CXX=/usr/bin/c++
.endif
OpenPOWER on IntegriCloud