Skip to content

Commit 508c63c

Browse files
committed
pam
1 parent f70025b commit 508c63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ifeq ($(HAS_GO), yes)
4949
endif
5050

5151
CGO_ENABLED ?= 0
52-
ifneq (,$(findstring sqlite,$(TAGS)))
52+
ifneq (,$(findstring sqlite,$(TAGS))$(findstring pam,$(TAGS)))
5353
CGO_ENABLED = 1
5454
endif
5555

0 commit comments

Comments
 (0)