1. 02 2月, 2017 1 次提交
  2. 12 1月, 2017 2 次提交
  3. 22 11月, 2016 1 次提交
  4. 16 11月, 2016 1 次提交
  5. 15 11月, 2016 2 次提交
  6. 10 11月, 2016 4 次提交
  7. 09 11月, 2016 2 次提交
  8. 07 11月, 2016 3 次提交
  9. 05 11月, 2016 1 次提交
  10. 04 11月, 2016 4 次提交
  11. 03 11月, 2016 3 次提交
  12. 01 11月, 2016 1 次提交
  13. 31 10月, 2016 1 次提交
  14. 27 10月, 2016 2 次提交
  15. 25 10月, 2016 1 次提交
  16. 22 10月, 2016 1 次提交
  17. 15 10月, 2016 1 次提交
  18. 13 10月, 2016 2 次提交
    • R
      Remove automatic RPATH - add user rpath support · fad599f7
      Richard Levitte 提交于
      Make Configure recognise -rpath and -R to support user added rpaths
      for OSF1 and Solaris.  For convenience, add a variable LIBRPATH in the
      Unix Makefile, which the users can use as follows:
      
          ./config [options] -Wl,-rpath,\$(LIBRPATH)
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      fad599f7
    • R
      Remove automatic RPATH · 075f7e2c
      Richard Levitte 提交于
      Before OpenSSL 1.1.0, binaries were installed in a non-standard
      location by default, and runpath directories were therefore added in
      those binaries, to make sure the executables would be able to find the
      shared libraries they were linked with.
      
      With OpenSSL 1.1.0 and on, binaries are installed in standard
      directories by default, and the addition of runpath directories is
      therefore not needed any more.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      075f7e2c
  19. 12 10月, 2016 3 次提交
  20. 03 10月, 2016 2 次提交
  21. 21 9月, 2016 1 次提交
  22. 18 9月, 2016 1 次提交