summaryrefslogtreecommitdiff
path: root/package/targets.mak
diff options
context:
space:
mode:
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 78af02f..10f2e06 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -18,6 +18,14 @@ s6-dnsqr
LIBEXEC_TARGETS :=
+ifdef DO_ALLSTATIC
+LIBS6DNS := libs6dns.a
+LIBSKADNS := libskadns.a
+else
+LIBS6DNS := libs6dns.so
+LIBSKADNS := libskadns.so
+endif
+
ifdef DO_SHARED
SHARED_LIBS := libs6dns.so libskadns.so
endif