apache*: don't change layout in $out WRT master
This commit is contained in:
parent
231fa2b5e2
commit
34b5d193c0
@ -22,6 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# FIXME: -dev depends on -doc
|
||||
outputs = [ "dev" "out" "doc" ];
|
||||
setOutputFlags = false; # it would move $out/modules, etc.
|
||||
|
||||
buildInputs = [ pkgconfig perl apr aprutil pcre zlib ] ++
|
||||
stdenv.lib.optional sslSupport openssl;
|
||||
@ -46,6 +47,8 @@ stdenv.mkDerivation rec {
|
||||
--enable-disk-cache
|
||||
--enable-file-cache
|
||||
--enable-mem-cache
|
||||
--includedir=$(dev)/include
|
||||
--docdir=$(doc)/share/doc
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
# FIXME: -dev depends on -doc
|
||||
outputs = [ "dev" "out" "doc" ];
|
||||
setOutputFlags = false; # it would move $out/modules, etc.
|
||||
|
||||
buildInputs = [perl] ++
|
||||
optional sslSupport openssl ++
|
||||
@ -54,6 +55,8 @@ stdenv.mkDerivation rec {
|
||||
${optionalString sslSupport "--enable-ssl"}
|
||||
${optionalString luaSupport "--enable-lua --with-lua=${lua5}"}
|
||||
${optionalString libxml2Support "--with-libxml2=${libxml2.dev}/include/libxml2"}
|
||||
--includedir=$(dev)/include
|
||||
--docdir=$(doc)/share/doc
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
Loading…
Reference in New Issue
Block a user