summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 6869d89..89bdd38 100755
--- a/configure
+++ b/configure
@@ -358,13 +358,14 @@ LDFLAGS_NOSHARED := $LDFLAGS_NOSHARED
CROSS_COMPILE := $cross
vpath lib%.a$vpaths
+vpath lib%.so$vpathd
EOF
if $allstatic ; then
echo ".LIBPATTERNS := lib%.a"
echo "DO_ALLSTATIC := 1"
- vpathd=
+else
+ echo ".LIBPATTERNS := lib%.so"
fi
- echo "vpath lib%.so$vpathd"
if $static ; then
echo "DO_STATIC := 1"
else