aports/testing/crowdsec/system-sqlite.patch

12 lines
466 B
Diff
Raw Normal View History

--- a/Makefile 2024-11-20 11:12:20.000000000 +0000
+++ b/Makefile 2024-11-20 21:29:51.335969720 +0000
@@ -78,7 +78,7 @@
2023-07-13 05:02:53 +00:00
endif
2024-09-10 21:14:02 +02:00
#expr_debug tag is required to enable the debug mode in expr
-GO_TAGS := netgo,osusergo,sqlite_omit_load_extension,expr_debug
+GO_TAGS := netgo,osusergo,sqlite_omit_load_extension,expr_debug,libsqlite3
2023-07-13 05:02:53 +00:00
# Allow building on ubuntu 24.10, see https://github.com/golang/go/issues/70023
export CGO_LDFLAGS_ALLOW=-Wl,--(push|pop)-state.*