aports/testing/crowdsec/system-sqlite.patch
2024-09-10 22:00:27 +00:00

12 lines
521 B
Diff

--- a/Makefile 2023-09-18 11:54:09.000000000 +0200
+++ b/Makefile 2023-09-18 20:19:59.347761343 +0200
@@ -78,7 +78,7 @@ LD_OPTS_VARS += -X 'github.com/crowdsecu
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
# this will be used by Go in the make target, some distributions require it
export PKG_CONFIG_PATH:=/usr/local/lib/pkgconfig:$(PKG_CONFIG_PATH)