diff options
Diffstat (limited to 'sca-cpp/trunk/macos/macos-install')
-rwxr-xr-x | sca-cpp/trunk/macos/macos-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-cpp/trunk/macos/macos-install b/sca-cpp/trunk/macos/macos-install index 06fef02738..9a92901029 100755 --- a/sca-cpp/trunk/macos/macos-install +++ b/sca-cpp/trunk/macos/macos-install @@ -65,6 +65,8 @@ cd $build # Build Apache APR and HTTP server svn co -r 1201086 http://svn.apache.org/repos/asf/apr/apr/trunk apr-1.4.x cd apr-1.4.x +curl -OL http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/patches/apr-1.4.x.patch +patch -p0 <apr-1.4.x.patch ./buildconf ./configure -with-openssl --with-crypto --with-expat=$build/expat-2.0.1-bin --prefix=$build/apr-1.4.x-bin make |