aports/testing/crowdsec/system-sqlite.patch
2025-12-05 01:53:23 +00:00

13 lines
370 B
Diff

--- a/Makefile 2024-11-20 11:12:20.000000000 +0000
+++ b/Makefile 2024-11-20 21:29:51.335969720 +0000
@@ -21,7 +21,7 @@ include mk/gmsl
BUILD_RE2_WASM ?= 0
#expr_debug tag is required to enable the debug mode in expr
-GO_TAGS := netgo,osusergo,expr_debug
+GO_TAGS := netgo,osusergo,expr_debug,libsqlite3
# By default, build with sqlite3.
BUILD_SQLITE ?= mattn