mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-27 03:50:29 +00:00
3d8399dfde
Unfortunately ABI was broken when symbols files were removed in favour of new visibility control of exported functions. Visibility control with -fvisibility works fine, but symbol scripts had another feature - versioned symbols. And we lost it. Since we can not make our symbols to be versioned with the new approach, it's decided to return everything back. * CMake: Restore symbol files generation * CMake: Python is required to build shared libraries * Autotools: Restore symbol files generation Closes: https://github.com/erikd/libsndfile/issues/268 |
||
---|---|---|
.. | ||
add_cflags.m4 | ||
add_cxxflags.m4 | ||
ax_add_fortify_source.m4 | ||
clang.m4 | ||
clip_mode.m4 | ||
endian.m4 | ||
extra_pkg.m4 | ||
flexible_array.m4 | ||
gcc_version.m4 | ||
llrint.m4 | ||
lrint.m4 | ||
lrintf.m4 | ||
Makefile.am | ||
mkoctfile_version.m4 | ||
octave.m4 | ||
really_gcc.m4 | ||
stack_protect.m4 |