From b8a434bc812f9a44fa1ec05e735e57ef6ef74e01 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Oct 2010 18:09:27 +0200 Subject: import httpd 2.2.16 --- httpd-2.1.10-layout.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 httpd-2.1.10-layout.patch (limited to 'httpd-2.1.10-layout.patch') diff --git a/httpd-2.1.10-layout.patch b/httpd-2.1.10-layout.patch new file mode 100644 index 0000000..0c4df7c --- /dev/null +++ b/httpd-2.1.10-layout.patch @@ -0,0 +1,17 @@ + +Tweak the default config to get installbuilddir right. + +Upstream-Status: should really make the "RedHat" layout DTRT again and + use that layout instead + +--- httpd-2.1.10/config.layout.layout ++++ httpd-2.1.10/config.layout +@@ -20,7 +20,7 @@ + mandir: ${prefix}/man + sysconfdir: ${prefix}/conf + datadir: ${prefix} +- installbuilddir: ${datadir}/build ++ installbuilddir: ${libdir}/httpd/build + errordir: ${datadir}/error + iconsdir: ${datadir}/icons + htdocsdir: ${datadir}/htdocs -- cgit