config 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. # vim: filetype=yaml sw=2
  2. version: 1.1.1d
  3. filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
  4. var:
  5. openssldir: 'usr/local'
  6. container:
  7. use_container: 1
  8. targets:
  9. linux-x86_64:
  10. var:
  11. configure_opts: -shared enable-ec_nistp_64_gcc_128 linux-x86_64
  12. linux-i686:
  13. var:
  14. configure_opts: -shared linux-x86
  15. windows:
  16. var:
  17. flag_mwindows: ''
  18. 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") %]"'
  19. openssldir: 'Program Files[% IF c("var/windows-i686") %] (x86)[% END %]/OpenSSL'
  20. osx-x86_64:
  21. var:
  22. configure_opts: --cross-compile-prefix=x86_64-apple-darwin11- darwin64-x86_64-cc enable-ec_nistp_64_gcc_128
  23. input_files:
  24. - project: container-image
  25. - name: '[% c("var/compiler") %]'
  26. project: '[% c("var/compiler") %]'
  27. - URL: 'https://www.openssl.org/source/openssl-[% c("version") %].tar.gz'
  28. sha256sum: 1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
  29. - filename: escape-openssldir.patch
  30. enable: '[% c("var/windows") %]'