aports/testing/crowdsec/system-sqlite.patch
2026-01-25 19:03:05 +00:00

13 lines
373 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ BUILD_RE2_WASM ?= 0
# expr_debug tag is required to enable the debug mode in expr
# nomsgpack builds gin without msgpack support, to reduce binary size
-GO_TAGS := netgo,osusergo,expr_debug,nomsgpack
+GO_TAGS := netgo,osusergo,expr_debug,nomsgpack,libsqlite3
# By default, build with sqlite3.
BUILD_SQLITE ?= mattn