curl: fix clang build

This commit is contained in:
Daiderd Jordan
2017-10-04 23:03:34 +02:00
parent a98b96824d
commit 514593ea31

View File

@@ -68,8 +68,8 @@ stdenv.mkDerivation rec {
++ stdenv.lib.optional c-aresSupport "--enable-ares=${c-ares}"
++ stdenv.lib.optional gssSupport "--with-gssapi=${gss}";
CXX = "g++";
CXXCPP = "g++ -E";
CXX = "c++";
CXXCPP = "c++ -E";
postInstall = ''
moveToOutput bin/curl-config "$dev"