Skip to content
Snippets Groups Projects
Commit 50ab9df1 authored by Mike Perry's avatar Mike Perry
Browse files

Merge remote-tracking branch 'isis/fix/10383-openssl-nistp-build-flags'

parents f608a0da 86ccdf04
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ script: |
cd openssl-*
find -type f | xargs touch --date="$REFERENCE_DATETIME"
#./Configure -shared --prefix=$INSTDIR/openssl linux-elf
./config -shared --prefix=$INSTDIR/openssl
./config -shared --prefix=$INSTDIR/openssl --enable-ec_nistp_64_gcc_128
make
make install
cp $INSTDIR/openssl/lib/libssl.so.1.0.0 $INSTDIR/Tor/
......
......@@ -67,7 +67,7 @@ script: |
tar xzf openssl.tar.gz
cd openssl-*
find -type f | xargs touch --date="$REFERENCE_DATETIME"
./Configure --cross-compile-prefix=i686-apple-darwin11- $CFLAGS darwin-i386-cc --prefix=$INSTDIR/openssl
./Configure --cross-compile-prefix=i686-apple-darwin11- $CFLAGS darwin-i386-cc --prefix=$INSTDIR/openssl --enable-ec_nistp_64_gcc_128
make # SHARED_LDFLAGS="-shared -dynamiclib -L/usr/lib/apple/SDKs/MacOSX10.6.sdk/usr/lib/"
make install
#cp $INSTDIR/openssl/lib/*.dylib $INSTDIR/TorBrowserBundle.app/Tor/
......
......@@ -73,7 +73,7 @@ script: |
tar xzf openssl.tar.gz
cd openssl-*
find -type f | xargs touch --date="$REFERENCE_DATETIME"
./Configure -shared --cross-compile-prefix=i686-w64-mingw32- mingw --prefix=$INSTDIR/openssl
./Configure -shared --cross-compile-prefix=i686-w64-mingw32- mingw --prefix=$INSTDIR/openssl --enable-ec_nistp_64_gcc_128
make
make install
cp $INSTDIR/openssl/bin/*.dll $INSTDIR/Tor/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment