mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Enabling most xcache settings
svn path=/nixpkgs/trunk/; revision=27296
This commit is contained in:
parent
a2579704f1
commit
6ec672232a
@ -14,9 +14,14 @@ stdenv.mkDerivation rec {
|
||||
sed -i 's,^EXTENSION_DIR.*,'EXTENSION_DIR=$out/lib/php/extensions, configure
|
||||
'';
|
||||
|
||||
/*
|
||||
configureFlags = [ "--enable-apc" "--enable-apc-mmap" ];
|
||||
*/
|
||||
configureFlags = [
|
||||
"--enable-xcache"
|
||||
"--enable-xcache-coverager"
|
||||
"--enable-xcache-optimizer"
|
||||
"--enable-xcache-assembler"
|
||||
"--enable-xcache-encoder"
|
||||
"--enable-xcache-decoder"
|
||||
];
|
||||
|
||||
buildInputs = [ php autoconf automake libtool m4 ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user