1. 29 1月, 2018 1 次提交
  2. 28 1月, 2018 1 次提交
    • R
      Processing GNU-style "make variables" - implementation · 5b18235a
      Richard Levitte 提交于
      Support the following "make variables":
      
      AR              (GNU compatible)
      ARFLAGS         (GNU Compatible)
      AS              (GNU Compatible)
      ASFLAGS         (GNU Compatible)
      CC              (GNU Compatible)
      CFLAGS          (GNU Compatible)
      CXX             (GNU Compatible)
      CXXFLAGS        (GNU Compatible)
      CPP             (GNU Compatible)
      CPPFLAGS        (GNU Compatible)
      CPPDEFINES      List of CPP macro definitions.  Alternative for -D
      CPPINCLUDES     List of CPP inclusion directories.  Alternative for -I
      HASHBANGPERL    Perl invocation to be inserted after '#!' in public
                      perl scripts.
      LDFLAGS         (GNU Compatible)
      LDLIBS          (GNU Compatible)
      RANLIB          Program to generate library archive index
      RC              Program to manipulate Windows resources
      RCFLAGS         Flags for $(RC)
      RM              (GNU Compatible)
      
      Setting one of these overrides the corresponding data from our config
      targets.  However, flags given directly on the configuration command
      line are additional, and are therefore added to the flags coming from
      one of the variables above or the config target.
      
      Fixes #2420
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5177)
      5b18235a
  3. 08 12月, 2017 2 次提交
  4. 06 11月, 2017 2 次提交
  5. 31 10月, 2017 1 次提交
  6. 25 8月, 2017 2 次提交
  7. 12 6月, 2017 1 次提交
  8. 18 5月, 2017 1 次提交
  9. 15 5月, 2017 2 次提交
  10. 24 3月, 2017 1 次提交
  11. 11 3月, 2017 1 次提交
  12. 02 3月, 2017 1 次提交
  13. 02 2月, 2017 1 次提交
  14. 26 11月, 2016 1 次提交
  15. 15 11月, 2016 1 次提交
  16. 14 11月, 2016 1 次提交
  17. 08 11月, 2016 1 次提交
  18. 04 11月, 2016 3 次提交
  19. 02 11月, 2016 1 次提交
    • M
      Update Configure to know about tls1_3 · 84a68336
      Matt Caswell 提交于
      Also we disable TLS1.3 by default (use enable-tls1_3 to re-enable). This is
      because this is a WIP and will not be interoperable with any other TLS1.3
      implementation.
      
      Finally, we fix some tests that started failing when TLS1.3 was disabled by
      default.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      84a68336
  20. 01 11月, 2016 2 次提交
  21. 29 10月, 2016 1 次提交
  22. 26 10月, 2016 1 次提交
  23. 20 9月, 2016 1 次提交
  24. 13 9月, 2016 1 次提交
    • A
      Configure: impose ^X on whole build procedure. · 758baa3d
      Andy Polyakov 提交于
      Traditionally Configure passed $ENV{PERL} to Makefile. But this
      resulted in ambiguilty as Configure script could be executed by
      interpreter different from one executing remaining scripts. Since
      we separate compile- and run-time interpreters with HASHBANGPERL
      variable, there is no reason to segment the build procedure.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      758baa3d
  25. 02 9月, 2016 2 次提交
  26. 01 9月, 2016 3 次提交
  27. 06 8月, 2016 1 次提交
  28. 03 8月, 2016 2 次提交
  29. 02 8月, 2016 1 次提交