0397da2a8f
This works around a problem in our build system which doesn't set rpath correctly when linking our own libraries, which means that "qa" library, for example, doesn't record the path to its "xml" library dependency. We already worked around this by linking any program using "qa" with "xml" too, however this doesn't do anything if "--as-needed" flag is in effect, as is the case by default under Ubuntu 18.04, so make our workaround work by forcefully disabling this flag. Real solution would be to use -Wl,-rpath correctly and then stop linking with "xml" library unnecessarily in e.g. test_gui bakefile. |
||
---|---|---|
.. | ||
msvs | ||
appveyor-test.bat | ||
appveyor.bat | ||
before_install.sh | ||
build-wxwidgets.py | ||
builder.py | ||
post-release.sh | ||
pre-release.sh | ||
release.bat | ||
release.sh | ||
travis-ci.sh | ||
wxwidgets.iss |