Skip to content
  1. Mar 10, 2018
  2. Mar 09, 2018
  3. Mar 08, 2018
  4. Mar 07, 2018
  5. Mar 06, 2018
    • Andy Polyakov's avatar
      Configurations/10-main.conf: add -fno-common back to darwin-ppc-cc. · 107783d9
      Andy Polyakov authored
      -fno-common was removed for all Darwin targets in
      0c873419
      
       with rationale "it's either
      'ranlib -c' or '-fno-common'." However, it's still absolutely required
      in 32-bit darwin-ppc-cc. And when trying things out I didn't quite
      see why it was formulated as one-or-another choice, as 'ranlib -c'
      shouldn't [and doesn't] have problems with object modules without
      commons. [Well, to be frank, I didn't manage to reproduce the problem
      the modification was meaning to resolve either...]
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      107783d9
  6. Mar 03, 2018
  7. Feb 27, 2018
  8. Feb 26, 2018
    • Richard Levitte's avatar
      Make it possible to give --libdir an absolute path · e454f3ad
      Richard Levitte authored
      
      
      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: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5446)
      e454f3ad
  9. Feb 22, 2018
  10. Feb 21, 2018
  11. Feb 15, 2018
  12. Feb 14, 2018
  13. Feb 13, 2018
  14. Feb 09, 2018
  15. Feb 08, 2018
  16. Feb 07, 2018
  17. Feb 01, 2018
  18. Jan 31, 2018
  19. Jan 30, 2018