mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-31 14:22:14 +01:00
17 lines
386 B
Diff
17 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
|