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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user