Skip to content

Commit

Permalink
Added openssl build
Browse files Browse the repository at this point in the history
  • Loading branch information
vleschuk committed Sep 30, 2011
1 parent 0410cb3 commit bc9631c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.sh
Expand Up @@ -164,7 +164,7 @@ exit 0 # REMOVE IT
# build project dependencies

# openssl

echo "Installing openssl"
ssl_ver='1.0.0a'
ssl_arc="openssl-$ssl_ver.tar.gz"
ssl_url="http://www.openssl.org/source/$ssl_arc"
Expand All @@ -174,9 +174,10 @@ get_archive $ssl_url $ssl_arc $ssl_md5
ssl_build_dir="openssl-$ssl_ver"
tar xzf $ssl_arc
cd $ssl_build_dir
echo $PWD
./Configure no-shared --cross-compile-prefix=$CROSS_TRIPLET --prefix=/tmp/3rdparty mingw64
make && make install
cd -

echo "openssl installed"
###

# dbcxx
Expand Down

0 comments on commit bc9631c

Please sign in to comment.