Merge pull request #230713 from fetsorn/typo/curl

curl: fix typo
This commit is contained in:
Weijia Wang 2023-05-08 19:28:41 +03:00 committed by GitHub
commit 24c979a9f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
, gsaslSupport ? false, gsasl
, gssSupport ? with stdenv.hostPlatform; (
!isWindows &&
# disable gss becuase of: undefined reference to `k5_bcmp'
# disable gss because of: undefined reference to `k5_bcmp'
# a very sad story re static: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=439039
!isStatic &&
# the "mig" tool does not configure its compiler correctly. This could be