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
+3 -1
View File
@@ -9,7 +9,9 @@ stdenv.mkDerivation {
};
buildInputs = [ flex cracklib ]
++ stdenv.lib.optional (stdenv.system != "armv5tel-linux") libxcrypt;
++ stdenv.lib.optional
(stdenv.system != "armv5tel-linux" && stdenv.system != "ict_loongson-2_v0.3_fpu_v0.1-linux")
libxcrypt;
preConfigure = ''
configureFlags="$configureFlags --includedir=$out/include/security"