diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-14 00:49:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-14 00:49:48 +0000 |
commit | b533774a704c271a6feeaef76939b0aefbf039d7 (patch) | |
tree | c05585d0ab1d76222f64ee47bdb52f7cd481f4e7 /package/targets.mak | |
parent | ae319b6e2fa45f8c72707284004e23d9f05a83f3 (diff) | |
download | s6-dns-b533774a704c271a6feeaef76939b0aefbf039d7.tar.xz |
Parallel build fix
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 8 |
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 |