mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-26 03:42:37 +01:00
13 lines
370 B
Diff
13 lines
370 B
Diff
--- a/Makefile 2024-11-20 11:12:20.000000000 +0000
|
|
+++ b/Makefile 2024-11-20 21:29:51.335969720 +0000
|
|
@@ -21,7 +21,7 @@ include mk/gmsl
|
|
BUILD_RE2_WASM ?= 0
|
|
|
|
#expr_debug tag is required to enable the debug mode in expr
|
|
-GO_TAGS := netgo,osusergo,expr_debug
|
|
+GO_TAGS := netgo,osusergo,expr_debug,libsqlite3
|
|
|
|
# By default, build with sqlite3.
|
|
BUILD_SQLITE ?= mattn
|
|
|