PKG: disable dl test for python wrappings (GDAL)
The GDAL python wrapping are compiled without declared dependency to libpython
, but they do have undefined symbols from Python. dlopen
of these libs alone doesn't work, but if it is done after loading Python symbols the test passes.
For now, I prefer avoid to test these files.
Note: ldd
doesn't complain about undefined symbols.