diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-14 00:50:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-14 00:50:25 +0000 |
commit | 018fc90f1c1e3b50b982cc671bba5fcc4235e020 (patch) | |
tree | 79c59582d3640509bc4150e56283c4cfb1d47007 /package/targets.mak | |
parent | bd33aa8c2afeb3e747fdb4cd57f07fb6b1a01c7d (diff) | |
download | s6-networking-018fc90f1c1e3b50b982cc671bba5fcc4235e020.tar.xz |
- Parallel build fixv2.0.1.0
- Version updated to 2.0.1.0, release candidate
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak index 1267a93..66b61be 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -32,6 +32,12 @@ minidentd LIBEXEC_TARGETS := +ifdef DO_ALLSTATIC +LIBS6NET := libs6net.a +else +LIBS6NET := libs6net.so +endif + ifdef DO_SHARED SHARED_LIBS := libs6net.so endif |