The approach taken to fix the `make check` breakage is to export our private symbols together with our public ones (under LIBOSINFO_PRIVATE_$VERSION). Fabiano Fidêncio (2): syms: "export" private syms tests: Fix `make check` breakage on FreeBSD 11 .gitignore | 1 + osinfo/Makefile.am | 12 ++++++++++++ osinfo/libosinfo_private.syms | 10 ++++++++++ osinfo/{libosinfo.syms => libosinfo_public.syms} | 0 tests/Makefile.am | 2 +- 5 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 osinfo/libosinfo_private.syms rename osinfo/{libosinfo.syms => libosinfo_public.syms} (100%) -- 2.19.1 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo