2005-12-22 02:33:59 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2009-02-21 02:42:50 +00:00
|
|
|
# This file is part of BOINC.
|
2006-02-18 05:49:24 +00:00
|
|
|
# http://boinc.berkeley.edu
|
2009-02-21 02:42:50 +00:00
|
|
|
# Copyright (C) 2008 University of California
|
2006-02-18 05:49:24 +00:00
|
|
|
#
|
2009-02-21 02:42:50 +00:00
|
|
|
# BOINC is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU Lesser General Public License
|
|
|
|
# as published by the Free Software Foundation,
|
|
|
|
# either version 3 of the License, or (at your option) any later version.
|
2006-02-18 05:49:24 +00:00
|
|
|
#
|
2009-02-21 02:42:50 +00:00
|
|
|
# BOINC is distributed in the hope that it will be useful,
|
2006-02-18 05:49:24 +00:00
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
# See the GNU Lesser General Public License for more details.
|
|
|
|
#
|
2009-02-21 02:42:50 +00:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
2006-02-18 05:49:24 +00:00
|
|
|
#
|
|
|
|
#
|
2011-07-06 11:02:50 +00:00
|
|
|
# Script to build Macintosh Universal Binary library of curl-7.21.7 for
|
2005-12-22 02:33:59 +00:00
|
|
|
# use in building BOINC.
|
|
|
|
#
|
2006-07-22 09:30:34 +00:00
|
|
|
# by Charlie Fenton 7/21/06
|
2011-07-06 11:02:50 +00:00
|
|
|
# Updated 7/6/11 for curl 7.21.7
|
2011-10-18 12:42:53 +00:00
|
|
|
# Updated 12/3/09 for OS 10.7 Lion and XCode 4.2
|
2005-12-22 02:33:59 +00:00
|
|
|
#
|
2011-07-06 11:02:50 +00:00
|
|
|
## In Terminal, CD to the curl-7.21.7 directory.
|
|
|
|
## cd [path]/curl-7.21.7/
|
2006-02-18 05:49:24 +00:00
|
|
|
## then run this script:
|
2009-12-04 14:39:35 +00:00
|
|
|
## source [path]/buildcurl.sh [ -clean ]
|
2006-02-18 05:49:24 +00:00
|
|
|
##
|
|
|
|
## the -clean argument will force a full rebuild.
|
2007-10-27 11:19:12 +00:00
|
|
|
##
|
2007-11-15 12:58:51 +00:00
|
|
|
|
2005-12-22 02:33:59 +00:00
|
|
|
if [ "$1" != "-clean" ]; then
|
2011-10-18 12:42:53 +00:00
|
|
|
if [ -f lib/.libs/libcurl.a ]; then
|
2011-07-06 11:02:50 +00:00
|
|
|
echo "curl-7.21.7 already built"
|
2009-12-04 14:39:35 +00:00
|
|
|
return 0
|
2007-11-15 12:58:51 +00:00
|
|
|
fi
|
|
|
|
fi
|
2005-12-22 02:33:59 +00:00
|
|
|
|
2011-10-18 12:42:53 +00:00
|
|
|
if [ ! -d /Developer/SDKs/MacOSX10.6.sdk/ ]; then
|
|
|
|
echo "ERROR: System 10.6 SDK is missing. For details, see build instructions at"
|
2008-02-27 12:01:55 +00:00
|
|
|
echo "boinc/mac_build/HowToBuildBOINC_XCode.rtf or http://boinc.berkeley.edu/trac/wiki/MacBuild"
|
|
|
|
return 1
|
|
|
|
fi
|
|
|
|
|
2005-12-22 02:33:59 +00:00
|
|
|
export PATH=/usr/local/bin:$PATH
|
2008-05-14 09:57:46 +00:00
|
|
|
|
|
|
|
CURL_DIR=`pwd`
|
2011-07-06 11:02:50 +00:00
|
|
|
# curl configure and make expect a path to _installed_ c-ares-1.7.4
|
2008-05-14 09:57:46 +00:00
|
|
|
# so temporarily install c-ares at a path that does not contain spaces.
|
2011-07-06 11:02:50 +00:00
|
|
|
cd ../c-ares-1.7.4
|
2009-01-21 07:37:59 +00:00
|
|
|
make install
|
2008-05-14 09:57:46 +00:00
|
|
|
cd "${CURL_DIR}"
|
|
|
|
|
2006-05-05 10:11:06 +00:00
|
|
|
|
2007-12-05 01:02:10 +00:00
|
|
|
rm -f lib/.libs/libcurl.a
|
|
|
|
|
2006-07-22 03:35:48 +00:00
|
|
|
if [ $? -ne 0 ]; then return 1; fi
|
2005-12-22 02:33:59 +00:00
|
|
|
|
2010-10-11 11:59:05 +00:00
|
|
|
export PATH=/usr/local/bin:$PATH
|
2011-10-18 12:42:53 +00:00
|
|
|
export CC=/usr/bin/llvm-gcc-4.2;export CXX=/usr/bin/llvm-g++-4.2
|
|
|
|
export LDFLAGS="-isysroot /Developer/SDKs/MacOSX10.6.sdk -Wl,-syslibroot,/Developer/SDKs/MacOSX10.t.sdk -arch i386"
|
|
|
|
export CPPFLAGS="-isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -DMAC_OS_X_VERSION_MIN_REQUIRED=1030"
|
|
|
|
export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -DMAC_OS_X_VERSION_MAX_ALLOWED=1030 -DMAC_OS_X_VERSION_MIN_REQUIRED=1030"
|
|
|
|
export SDKROOT="/Developer/SDKs/MacOSX10.6.sdk"
|
2007-12-05 01:02:10 +00:00
|
|
|
export MACOSX_DEPLOYMENT_TARGET=10.4
|
2006-05-05 10:11:06 +00:00
|
|
|
|
2008-05-14 09:57:46 +00:00
|
|
|
./configure --enable-shared=NO --enable-ares=/tmp/installed-c-ares --host=i386
|
2006-07-22 03:35:48 +00:00
|
|
|
if [ $? -ne 0 ]; then return 1; fi
|
2005-12-22 02:33:59 +00:00
|
|
|
|
2011-10-18 12:42:53 +00:00
|
|
|
if [ "$1" = "-clean" ]; then
|
|
|
|
make clean
|
|
|
|
fi
|
|
|
|
|
2007-11-14 13:27:01 +00:00
|
|
|
make
|
2006-07-22 03:35:48 +00:00
|
|
|
if [ $? -ne 0 ]; then return 1; fi
|
2007-11-15 12:58:51 +00:00
|
|
|
|
2005-12-22 02:33:59 +00:00
|
|
|
export CC="";export CXX=""
|
|
|
|
export LDFLAGS=""
|
|
|
|
export CPPFLAGS=""
|
2006-05-05 10:11:06 +00:00
|
|
|
export CFLAGS=""
|
|
|
|
export SDKROOT=""
|
2005-12-22 02:33:59 +00:00
|
|
|
|
2008-05-14 09:57:46 +00:00
|
|
|
# Delete temporarily installed c-ares.
|
2009-01-21 07:37:59 +00:00
|
|
|
rm -Rf /tmp/installed-c-ares/
|
2008-05-14 09:57:46 +00:00
|
|
|
|
2005-12-22 02:33:59 +00:00
|
|
|
return 0
|