From 508c63cfc314f1c13450b5f0292d0d8117326703 Mon Sep 17 00:00:00 2001 From: "m.huber" Date: Thu, 24 Jul 2025 17:35:58 +0200 Subject: [PATCH] pam --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9339b5b7138..be86f075730 100644 --- a/Makefile +++ b/Makefile @@ -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