From 6c325a22467159ec37580e5e9355508d42dca563 Mon Sep 17 00:00:00 2001 From: "John W. Parent" <45471568+johnwparent@users.noreply.github.com> Date: Thu, 6 Jul 2023 14:59:42 -0400 Subject: Curl Package: Fixup bugs preventing build on Win (#38757) --- var/spack/repos/builtin/packages/curl/package.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'var/spack/repos/builtin/packages/curl/package.py') diff --git a/var/spack/repos/builtin/packages/curl/package.py b/var/spack/repos/builtin/packages/curl/package.py index 0fc438efcc..b4f24e1a8c 100644 --- a/var/spack/repos/builtin/packages/curl/package.py +++ b/var/spack/repos/builtin/packages/curl/package.py @@ -286,9 +286,6 @@ class Curl(NMakePackage, AutotoolsPackage): depends_on("libssh", when="+libssh") depends_on("krb5", when="+gssapi") - # curl queries pkgconfig for openssl compilation flags - depends_on("pkgconfig", type="build") - # https://github.com/curl/curl/pull/9054 patch("easy-lock-sched-header.patch", when="@7.84.0") @@ -446,7 +443,7 @@ class NMakeBuilder(NMakeBuilder): args.append("WITH_PREFIX=%s" % self.prefix + "\\") return args - def install(self, spec, prefix): + def install(self, pkg, spec, prefix): # Spack's env CC and CXX values will cause an error # if there is a path in the space, and escaping with # double quotes raises a syntax issues, instead -- cgit v1.2.3-60-g2f50