aws-sdk-cpp: add compile flag -fpermissive due to libcurl upgrade
curl upgrade to 7.50.0 (#17152) changes the libcurl headers slightly and therefore requires the followin flag until this package gets updated
This commit is contained in:
@@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
|
|||||||
++ lib.optional (apis != ["*"])
|
++ lib.optional (apis != ["*"])
|
||||||
"-DBUILD_ONLY=${lib.concatMapStringsSep ";" (api: "aws-cpp-sdk-" + api) apis}";
|
"-DBUILD_ONLY=${lib.concatMapStringsSep ";" (api: "aws-cpp-sdk-" + api) apis}";
|
||||||
|
|
||||||
|
# curl upgrade to 7.50.0 (#17152) changes the libcurl headers slightly and
|
||||||
|
# therefore requires the followin flag until this package gets updated
|
||||||
|
NIX_CFLAGS_COMPILE = [ "-fpermissive" ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
preBuild =
|
preBuild =
|
||||||
|
|||||||
Reference in New Issue
Block a user