fixed the commands for Mac OS X (especially for El Capitan.

pull/177/head v1.9.7.2
Yichun Zhang (agentzh) 9 years ago
parent 4a80309873
commit da90bd7671

@ -46,8 +46,10 @@ if ($^O eq 'solaris') {
}
if ($^O eq 'darwin') {
$cfg_opts .= " --with-cc-opt='-I/usr/local/include'"
. " --with-ld-opt='-L/usr/local/lib'";
$cfg_opts .= " --with-cc-opt='-I/usr/local/opt/openssl/include/ "
. "-I/usr/local/opt/pcre/include/'"
. " --with-ld-opt='-L/usr/local/opt/openssl/lib/ "
. "-L/usr/local/opt/pcre/lib/'";
}
my $prefix;

Loading…
Cancel
Save