mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
12 lines
521 B
Diff
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)
|