php xcache wanted m4. Otherwise it built a wrong shared object (missing symbols).
svn path=/nixpkgs/trunk/; revision=27057
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, php, autoconf, automake, libtool }:
|
{stdenv, fetchurl, php, autoconf, automake, libtool, m4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "php-xcache-1.3.1";
|
name = "php-xcache-1.3.1";
|
||||||
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [ "--enable-apc" "--enable-apc-mmap" ];
|
configureFlags = [ "--enable-apc" "--enable-apc-mmap" ];
|
||||||
*/
|
*/
|
||||||
|
|
||||||
buildInputs = [ php autoconf automake libtool ];
|
buildInputs = [ php autoconf automake libtool m4 ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fast, stable PHP opcode cacher";
|
description = "Fast, stable PHP opcode cacher";
|
||||||
|
|||||||
Reference in New Issue
Block a user