summaryrefslogtreecommitdiff
path: root/package/targets.mak
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-14 00:49:48 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-14 00:49:48 +0000
commitb533774a704c271a6feeaef76939b0aefbf039d7 (patch)
treec05585d0ab1d76222f64ee47bdb52f7cd481f4e7 /package/targets.mak
parentae319b6e2fa45f8c72707284004e23d9f05a83f3 (diff)
downloads6-dns-b533774a704c271a6feeaef76939b0aefbf039d7.tar.xz
Parallel build fix
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