Skip to content

Commit

Permalink
Updates OpenSSL version to use in teapot .party file.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Nov 7, 2017
1 parent ed833f6 commit 867303f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .party
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Attendee('boost').get_build('msvc-x64').commands = [

# OpenSSL
Attendee('openssl', filter=~f('linux'))
Attendee('openssl').add_source('http://www.openssl.org/source/openssl-1.0.2l.tar.gz')
Attendee('openssl').add_source('http://www.openssl.org/source/openssl-1.0.2m.tar.gz')

Attendee('openssl').add_build('osx', environment='system', filter='darwin')
Attendee('openssl').get_build('osx').commands = [
Expand All @@ -79,8 +79,6 @@ Attendee('openssl').get_build('osx').commands = [
'make install',
]

#Attendee('openssl').add_post_unpack_command(r'xcopy {{root}}\third-party\patches\openssl1.0.2g\* . /S /Y', filter='windows')

Attendee('openssl').add_build('msvc-x86', environment='system', filter='msvc-x86', prefix='x86/Release')
Attendee('openssl').get_build('msvc-x86').commands = [
r'perl Configure VC-WIN32 no-asm --prefix={{prefix}}',
Expand Down

0 comments on commit 867303f

Please sign in to comment.