summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/curl/package.py
diff options
context:
space:
mode:
authorJohn W. Parent <45471568+johnwparent@users.noreply.github.com>2023-07-06 14:59:42 -0400
committerGitHub <noreply@github.com>2023-07-06 14:59:42 -0400
commit6c325a22467159ec37580e5e9355508d42dca563 (patch)
tree3a7eb1a8c5c89be4a96774cbcbdb49663bb5eb78 /var/spack/repos/builtin/packages/curl/package.py
parent28b884ace540f6691979bcf256260ad37e3aee50 (diff)
downloadspack-6c325a22467159ec37580e5e9355508d42dca563.tar.gz
spack-6c325a22467159ec37580e5e9355508d42dca563.tar.bz2
spack-6c325a22467159ec37580e5e9355508d42dca563.tar.xz
spack-6c325a22467159ec37580e5e9355508d42dca563.zip
Curl Package: Fixup bugs preventing build on Win (#38757)
Diffstat (limited to 'var/spack/repos/builtin/packages/curl/package.py')
-rw-r--r--var/spack/repos/builtin/packages/curl/package.py5
1 files changed, 1 insertions, 4 deletions
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