summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-08-12 13:06:54 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-08-12 13:06:54 +0000
commit2fc42cddaf853318e76613fa17500ab412ef8f19 (patch)
tree32596d6155a9da88f13585f6ddba6547512e260a /configure
parent3872e7d392217394a7c9c12dfa65ab12e49e54f4 (diff)
downloads6-linux-init-2fc42cddaf853318e76613fa17500ab412ef8f19.tar.xz
xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index 5244a37..23bef2c 100755
--- a/configure
+++ b/configure
@@ -358,14 +358,15 @@ LDFLAGS := $LDFLAGS_AUTO
LDFLAGS_NOSHARED := $LDFLAGS_NOSHARED
CROSS_COMPILE := $cross
-vpath lib%a$vpaths
+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