Skip to content

liblxi v1.15

Compare
Choose a tag to compare
@lundmar lundmar released this 22 Jan 05:19
· 63 commits to master since this release
v1.15

Changes since liblxi v1.14:

  • Fix meson libtirpc dependency

    Remove the hardcoded include patch to libtirpc and replace it with one
    dynamically resolved via pkg-config.

    The reason for implementing the meson dependency check this way is to
    avoid linking with libtirpc because it is broken with regards to its Sun
    RPC implementation so instead we link with the RPC implementation which
    still reside in glibc. However, glibc removed their RPC header files so
    we need the headers from libtirpc.

    Further investigation is required to find and fix the bug in the
    libtirpc RPC implementation so we can get back to normal. They changed
    something moving it out of glibc and they shouldn't have.