diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 13:06:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 13:06:39 +0000 |
commit | 8895415c53ba7a3c8db187266e3b9dee225a3b6d (patch) | |
tree | eba58b4c9eb3c2a2d626760c765ddd16249d8d71 /package/targets.mak | |
parent | 01396a1a038c254535d25c1145e5cf3054241a6a (diff) | |
download | s6-8895415c53ba7a3c8db187266e3b9dee225a3b6d.tar.xz |
xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/package/targets.mak b/package/targets.mak index f795431..69bbce0 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -61,16 +61,4 @@ s6-setuidgid LIBEXEC_TARGETS := s6lockd-helper -ifdef DO_ALLSTATIC -LIBS6 := libs6.a -else -LIBS6 := libs6.so -endif - -ifdef DO_SHARED -SHARED_LIBS := libs6.so -endif - -ifdef DO_STATIC -STATIC_LIBS := libs6.a -endif +LIB_DEFS := S6=s6 |