qca2: Patch for gcc 4.7+ (close #738).

Thanks to
http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20120917/347917.html
This commit is contained in:
James Cook
2013-07-10 23:26:06 -07:00
committed by Vladimír Čunát
parent 8ba92b8895
commit de71c8bdb0
2 changed files with 14 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
EMSA3_SHA512 ///< SHA512, with EMSA3 (ie PKCS#1 Version 1.5) encoding'
'';
patches = [ ./gcc47.patch ];
configureFlags = "--no-separate-debug-info";
enableParallelBuilding = true;