[openssl-commits] Passed: openssl/openssl#16602 (master - e454f3a)

Travis CI builds at travis-ci.org
Mon Feb 26 08:32:40 UTC 2018


Build Update for openssl/openssl
-------------------------------------

Build: #16602
Status: Passed

Duration: 39 minutes and 14 seconds
Commit: e454f3a (master)
Author: Richard Levitte
Message: Make it possible to give --libdir an absolute path

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: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5446)

View the changeset: https://github.com/openssl/openssl/compare/441bcafd8659...e454f3add638

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/346172473?utm_source=email&utm_medium=notification

--

You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20180226/30872d74/attachment-0001.html>


More information about the openssl-commits mailing list