12345678910111213141516171819202122232425262728293031323334353637383940 |
- # vim: filetype=yaml sw=2
- version: 1.1.1l
- filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
- var:
- openssldir: 'usr/local'
- container:
- use_container: 1
- targets:
- linux-x86_64:
- var:
- configure_opts: -shared enable-ec_nistp_64_gcc_128 linux-x86_64
- linux-i686:
- var:
- configure_opts: -shared linux-x86
- linux-arm:
- var:
- configure_opts: -shared --cross-compile-prefix=[% c("var/crosstarget") %]- linux-armv4
- windows:
- var:
- flag_mwindows: ''
- configure_opts: '-shared --cross-compile-prefix=[% c("arch") %]-w64-mingw32- mingw[% IF c("var/windows-x86_64") %]64[% END %] "[% c("var/CFLAGS") %] [% c("var/LDFLAGS") %]"'
- openssldir: 'Program Files[% IF c("var/windows-i686") %] (x86)[% END %]/OpenSSL'
- osx-x86_64:
- var:
- configure_opts: --cross-compile-prefix=x86_64-apple-darwin- darwin64-x86_64-cc enable-ec_nistp_64_gcc_128
- android:
- var:
- configure_opts: 'CC=[% c("var/CC") %] android-[% c("var/toolchain_arch") %] -no-shared -D__ANDROID_API__=[% c("var/android_min_api") %]'
- input_files:
- - project: container-image
- - name: '[% c("var/compiler") %]'
- project: '[% c("var/compiler") %]'
- - URL: 'https://www.openssl.org/source/openssl-[% c("version") %].tar.gz'
- sha256sum: 0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1
- - filename: 0001-Revert-apple-getentropy-removal.patch
- enable: '[% c("var/osx") %]'
|