there are a few systems out there that are checking the .so files that are linked dynamically into a created shared library. This leads to a problem, since the .so files often also carries unresolved symbols, which are resolved by other dynamic linked .so files. However, to ship arround those picky systems, we are not reacting to unresolved symbols at all for now. The error will rise at runtime and come up in a nice little dialog instead. this fixes build on bsddevs/bu5hm4n/bsd_build_fix
parent
45aeda7843
commit
fbc72ceaee
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue