blob: 57ba48e14e50ff5959900565480eee279dcf1a17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2024-01-26 13:37:36 UTC
+++ Makefile
@@ -34,7 +34,7 @@ ifeq (${FIPS_MODE}, 1)
endif
ifneq (${CGO_ENABLED}, 0)
- GO_TAGS += gssapi
+# GO_TAGS += gssapi
endif
ifeq (${OS}, darwin) # Mac OS
|