This commit is contained in:
m.huber 2025-07-24 17:35:58 +02:00
parent f70025b434
commit 508c63cfc3

View File

@ -49,7 +49,7 @@ ifeq ($(HAS_GO), yes)
endif
CGO_ENABLED ?= 0
ifneq (,$(findstring sqlite,$(TAGS)))
ifneq (,$(findstring sqlite,$(TAGS))$(findstring pam,$(TAGS)))
CGO_ENABLED = 1
endif