Commit 48a1674
committed
va: fix configure check for --version-script with --no-undefined-version
In the upcoming LLD 17 (and previously in LLD 16.0.0, but reverted in 16.0.1),
--no-undefined-version is becoming the default behavior. This causes the
configure check for --version-scripts support to fail due to the symbols
in the version script not being defined, which will cause the version
script to not be used, and the build will fail due to
--no-undefined-version. This commit adds '-Wl,--undefined-version' to
the args of the configure check.
Signed-off-by: Violet Purcell <vimproved@inventati.org>1 parent 984dfee commit 48a1674
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments