summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-08-10 10:43:47 -0400
committermidipix <writeonce@midipix.org>2017-08-10 10:57:45 -0400
commitfb50c9c53f08e4b6ef1bdec3ee56d6b7f138b04c (patch)
tree37e6b6b0965aa5de85c0149e720bb1393c62dcc0 /project
parent347e756f91e3f46a0e0713846326dbbf4056cbff (diff)
downloadslibtool-fb50c9c53f08e4b6ef1bdec3ee56d6b7f138b04c.tar.bz2
slibtool-fb50c9c53f08e4b6ef1bdec3ee56d6b7f138b04c.tar.xz
slibtool-shared: properly handle .la arguments when creating an archive.
tool ==== slibtool-shared (or slibtool with -disable-static). scenario ======== - create libfoo.so (via libfoo.la). - create libbar.a (via libbar.la), with libfoo.la as an input argument. Before this fix, slibtool failed since it could not find libfoo.a.slibtool.deps. After this fix, slibtool properly handles this scenario, first by detecting that there is no archive for which secondary dependencies need to be processed, and then by detecting that libfoo.a is a symlink to /dev/null.
Diffstat (limited to 'project')
0 files changed, 0 insertions, 0 deletions