mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
16 lines
386 B
Diff
16 lines
386 B
Diff
diff --git a/Tupfile b/Tupfile
|
|
index 9b4ab820..6152ba7c 100644
|
|
--- a/Tupfile
|
|
+++ b/Tupfile
|
|
@@ -21,7 +21,11 @@ srcs += src/tup/tup/*.o
|
|
srcs += src/tup/monitor/*.o
|
|
srcs += src/tup/flock/*.o
|
|
srcs += src/tup/server/*.o
|
|
+ifeq (@(TUP_USE_SYSTEM_INIH),y)
|
|
+LDFLAGS += -linih
|
|
+else
|
|
srcs += src/inih/*.o
|
|
+endif
|
|
srcs += src/compat/*.o
|
|
ifeq (@(TUP_USE_SYSTEM_SQLITE),y)
|
|
LDFLAGS += -lsqlite3
|