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

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


On Tue, 2018-11-20 at 10:26 +0100, Fabiano Fidêncio wrote:
> 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%)
> 

Self-NACK + Andrea's NACK!
It doesn't work for VPATH based builds and I'll submit a v2 soon.




More information about the Libosinfo mailing list