mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-10 18:31:50 +01:00
13 lines
373 B
Diff
13 lines
373 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -22,7 +22,7 @@ BUILD_RE2_WASM ?= 0
|
|
|
|
# expr_debug tag is required to enable the debug mode in expr
|
|
# nomsgpack builds gin without msgpack support, to reduce binary size
|
|
-GO_TAGS := netgo,osusergo,expr_debug,nomsgpack
|
|
+GO_TAGS := netgo,osusergo,expr_debug,nomsgpack,libsqlite3
|
|
|
|
# By default, build with sqlite3.
|
|
BUILD_SQLITE ?= mattn
|
|
|