[Libosinfo] [libosinfo PATCH 0/2] Fix `make check` breakage on FreeBSD 11

Fabiano Fidêncio fidencio at redhat.com
Tue Nov 20 09:26:24 UTC 2018


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




More information about the Libosinfo mailing list