1. 16 3月, 2018 1 次提交
  2. 15 3月, 2018 2 次提交
  3. 14 3月, 2018 4 次提交
  4. 10 3月, 2018 3 次提交
  5. 09 3月, 2018 13 次提交
  6. 07 3月, 2018 2 次提交
  7. 04 3月, 2018 1 次提交
  8. 28 2月, 2018 1 次提交
  9. 26 2月, 2018 1 次提交
    • R
      Make it possible to give --libdir an absolute path · e454f3ad
      Richard Levitte 提交于
      With this, we introduce the make variable 'libdir', which differs from
      'LIBDIR' not only in casing, but also by being the absolute path to
      the library installation directory.  This variable is intentionally
      compatible with the GNU coding standards.
      
      When --libdir is given an absolute path, it is considered as a value
      according to GNU coding standards, and the variables LIBDIR and libdir
      will be this:
      
          LIBDIR=
          libdir=/absolute/path
      
      When --libdir is given a relative path (just the name of the desired
      library directory), or not given at all, it is considered as a
      "traditional" OpenSSL value, and the variables LIBDIR and libdir will
      be this:
      
          LIBDIR=relativepath
          libdir=$(INSTALLTOP)/$(LIBDIR)
      
      Fixes #5398
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5446)
      e454f3ad
  10. 23 2月, 2018 1 次提交
  11. 22 2月, 2018 3 次提交
  12. 21 2月, 2018 1 次提交
  13. 16 2月, 2018 1 次提交
  14. 15 2月, 2018 3 次提交
  15. 14 2月, 2018 2 次提交
  16. 13 2月, 2018 1 次提交