16 lines
809 B
Text
16 lines
809 B
Text
|
$NetBSD: patch-src_build-system_configure,v 1.1 2018/04/27 20:28:28 bacon Exp $
|
||
|
|
||
|
# Fix support for localstatedir
|
||
|
|
||
|
--- src/build-system/configure.orig 2018-02-19 01:32:40 UTC
|
||
|
+++ src/build-system/configure
|
||
|
@@ -1755,7 +1755,7 @@ for x_arg in "$@" ; do
|
||
|
| --libdir=* | --includedir=* | --build=* | --host=* | --target=* \
|
||
|
| --mandir=* | --infodir=* | --docdir=* | --htmldir=* \
|
||
|
| --datadir=* | --sysconfdir=* | --localstatedir=* \
|
||
|
- | --with-runpath=* | --with-relative-runpath=* \
|
||
|
+ | --with-runpath=* | --with-relative-runpath=* | --localstatedir=* \
|
||
|
| --with-experimental=* | --with-extra-action=* | --with-build-root=* \
|
||
|
| --with-fake-root=* | --with-build-root-sfx=* | --with-check=* \
|
||
|
| --with-check-tools=* | --with-ftds=[0-9]* | --with-fastcgi=[0-9]* \
|