We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70025b commit 508c63cCopy full SHA for 508c63c
Makefile
@@ -49,7 +49,7 @@ ifeq ($(HAS_GO), yes)
49
endif
50
51
CGO_ENABLED ?= 0
52
-ifneq (,$(findstring sqlite,$(TAGS)))
+ifneq (,$(findstring sqlite,$(TAGS))$(findstring pam,$(TAGS)))
53
CGO_ENABLED = 1
54
55
0 commit comments