diff options
author | Renato Botelho <renato@netgate.com> | 2016-08-17 11:33:20 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-08-17 11:34:30 -0300 |
commit | 937f8d624de5b2ba4aadf269942691accb06314c (patch) | |
tree | 0dfa495dd9217bbfab765bf9ba6220eaaa99fe1c /tools | |
parent | f8ee942b6ba8e9c05346e8680321db2264f12441 (diff) | |
download | pfsense-937f8d624de5b2ba4aadf269942691accb06314c.zip pfsense-937f8d624de5b2ba4aadf269942691accb06314c.tar.gz |
Revert "Check for ARCH here is unnecessary"
This reverts commit 0145641ae6d684bb09c2b4281359880b0dfb1e71.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 2 |
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 |