alpine-repos/minoplhy-crowdsec/system-sqlite.patch
2025-05-01 23:03:50 +07:00

12 lines
467 B
Diff
Executable File

--- a/Makefile 2024-11-20 11:12:20.000000000 +0000
+++ b/Makefile 2024-11-20 21:29:51.335969720 +0000
@@ -78,7 +78,7 @@
endif
#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
# Allow building on ubuntu 24.10, see https://github.com/golang/go/issues/70023
export CGO_LDFLAGS_ALLOW=-Wl,--(push|pop)-state.*