summaryrefslogtreecommitdiff
path: root/package/targets.mak
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-08-12 10:49:00 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-08-12 10:49:00 +0000
commitd6517b38b23e016069be16d591cf3c6674bbff97 (patch)
treee3b93a9e70a8cedbcf3472d65e3905247e9d34e5 /package/targets.mak
parent30b7d1b936b048f3ab9f1c35832891f407cdb6cf (diff)
downloadexecline-d6517b38b23e016069be16d591cf3c6674bbff97.tar.xz
- Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)
- skalibs dep bump to 2.3.6.1
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 4ffca0f..e2b36cf 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -48,15 +48,15 @@ SBIN_TARGETS :=
LIBEXEC_TARGETS :=
ifdef DO_ALLSTATIC
-LIBEXECLINE := libexecline.a
+LIBEXECLINE := libexecline.a.xyzzy
else
-LIBEXECLINE := libexecline.so
+LIBEXECLINE := libexecline.so.xyzzy
endif
ifdef DO_SHARED
-SHARED_LIBS := libexecline.so
+SHARED_LIBS := libexecline.so.xyzzy
endif
ifdef DO_STATIC
-STATIC_LIBS := libexecline.a
+STATIC_LIBS := libexecline.a.xyzzy
endif