Skip to content
Snippets Groups Projects
Commit bae381cb authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix images for ASDF-dependent systems on ECL

Recent ECLs have libasdf.a instead of asdf.a.

Not all bundle-op is a basic-compile-op (e.g. concatenate-source-op).
Declaring otherwise was causing asdf/defsystem to appear as a compiled
dependency, causing incorrect double inclusion of symbols in the link
when asdf was explicitly depended on.

Make sure to include only one of uiop or asdf as the fallback support file,
and only when neither uiop nor asdf is explicitly depended on.

Improve test-program.script for ECL.

This fixes https://bugs.launchpad.net/bugs/1660547
parent a6cf01ab
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment