Making more packages build on the Fuloong2f.

I still can't build the kernel because it requires binutils yet to be released.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23132
This commit is contained in:
Lluís Batlle i Rossell
2010-08-11 20:16:09 +00:00
parent 51f6aec764
commit b368b4b199
6 changed files with 18 additions and 11 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, openssl, db4, gettext} :
{ stdenv, fetchurl, openssl, db4, gettext, automake} :
stdenv.mkDerivation {
name = "cyrus-sasl-2.1.23";
@@ -9,6 +9,7 @@ stdenv.mkDerivation {
};
preConfigure=''
configureFlags="--with-openssl=${openssl} --with-plugindir=$out/lib/sasl2 --with-configdir=$out/lib/sasl2 --enable-login"
cp ${automake}/share/automake*/config.{sub,guess} config
'';
buildInputs = [ openssl db4 gettext ];
patches = [ ./cyrus-sasl-2.1.22-bad-elif.patch ];