123456789101112131415161718192021222324252627282930 |
- # vim: filetype=yaml sw=2
- version: 1.0.2p
- filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
- var:
- container:
- use_container: 1
- targets:
- linux-x86_64:
- var:
- configure_opts: -shared enable-ec_nistp_64_gcc_128 linux-generic64
- linux-i686:
- var:
- configure_opts: -shared linux-generic32
- 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") %]"'
- osx-x86_64:
- var:
- configure_opts: --cross-compile-prefix=x86_64-apple-darwin11- darwin64-x86_64-cc enable-ec_nistp_64_gcc_128
- 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: 50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00
|