diff options
author | rjung <rjung@13f79535-47bb-0310-9956-ffa450edef68> | 2018-08-25 14:52:48 +0000 |
---|---|---|
committer | rjung <rjung@13f79535-47bb-0310-9956-ffa450edef68> | 2018-08-25 14:52:48 +0000 |
commit | 258305fa1ed437a7a612875ae836e21fd1f128d1 (patch) | |
tree | 5a1310f3ffbd893b0027b3574bcb9d28c6f66778 /config.layout | |
parent | d1190564374e1b42814f4c1ee0ff887bb3fef5d0 (diff) | |
download | libapr-258305fa1ed437a7a612875ae836e21fd1f128d1.tar.gz |
If --with-installbuilddir is not supplied, it unconditially overrides the value
set by APR_SET_LAYOUT. Disable that and stop showing an invalid default value.
PR 56090.
Patch provided by Michael Osipov.
This fixes #11.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1839068 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'config.layout')
-rw-r--r-- | config.layout | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.layout b/config.layout index 0f42e84e2..fb087a855 100644 --- a/config.layout +++ b/config.layout @@ -223,6 +223,7 @@ libexecdir: ${exec_prefix}/lib/apr/modules mandir: ${exec_prefix}/share/man datadir: ${exec_prefix}/share/apr + installbuilddir: ${datadir}/build-${APR_MAJOR_VERSION} includedir: ${exec_prefix}/include/apr-${APR_MAJOR_VERSION} localstatedir: ${prefix}/var/run runtimedir: ${prefix}/var/run |