php xcache wanted m4. Otherwise it built a wrong shared object (missing symbols).

svn path=/nixpkgs/trunk/; revision=27057
This commit is contained in:
Lluís Batlle i Rossell 2011-04-29 21:38:32 +00:00
parent 5bd133b65c
commit 18620ef05b

View File

@ -1,4 +1,4 @@
{stdenv, fetchurl, php, autoconf, automake, libtool }:
{stdenv, fetchurl, php, autoconf, automake, libtool, m4 }:
stdenv.mkDerivation rec {
name = "php-xcache-1.3.1";
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--enable-apc" "--enable-apc-mmap" ];
*/
buildInputs = [ php autoconf automake libtool ];
buildInputs = [ php autoconf automake libtool m4 ];
meta = {
description = "Fast, stable PHP opcode cacher";