Author: jfrederic.clere(a)jboss.com
Date: 2013-11-07 08:16:05 -0500 (Thu, 07 Nov 2013)
New Revision: 3163
Modified:
trunk/build/unix/build.sh
Log:
Oops it is x64 not x86_64.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2013-11-07 12:39:01 UTC (rev 3162)
+++ trunk/build/unix/build.sh 2013-11-07 13:16:05 UTC (rev 3163)
@@ -725,7 +725,7 @@
./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags} solaris-x86-cc
|| exit 1
fi
;;
- macosx-x8*)
+ macosx-x*)
if $force_64; then
echo "Configuring openssl for darwin64-x86_64-cc"
./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags}
darwin64-x86_64-cc || exit 1
@@ -825,7 +825,7 @@
ln -s libssl.${so_extension}.${SSLNUM} libssl.${so_extension}.0
)
case ${BUILD_TAG} in
- macosx-x8*)
+ macosx-x*)
if $force_64; then
# Openssl create .so files in engine macosx 64 needs .dylib files.
for file in `find ${ssl_common_dir}/lib/ -name "*.so"`
Show replies by date