Making alsa build on mips with a patch
svn path=/nixpkgs/branches/stdenv-updates/; revision=23575
This commit is contained in:
@@ -39,5 +39,10 @@ stdenv.mkDerivation rec {
|
||||
See http://thread.gmane.org/gmane.linux.distributions.nixos/3435
|
||||
*/
|
||||
./alsa-plugin-dirs.patch
|
||||
|
||||
/* patch provided by larsc on irc.
|
||||
it may be a compiler problem on mips; without this, alsa does not build
|
||||
on mips, because lacks some symbols atomic_add/atomic_sub */
|
||||
./mips-atomic.patch
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user