boost-1.55: fix build with gcc-5 by upstream patch
Our higher versions have fix integrated upstream.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
callPackage ./generic.nix (args // rec {
|
||||
version = "1.55.0";
|
||||
|
||||
patches = [ ./clang-math.patch ./clang-math-2.patch ];
|
||||
patches = [ ./clang-math.patch ./clang-math-2.patch ./gcc-5.patch ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/boost/boost_1_55_0.tar.bz2";
|
||||
|
||||
Reference in New Issue
Block a user