Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: don't generate fake GNU libtool .la files #1665

Closed
wants to merge 1 commit into from

Commits on Sep 5, 2023

  1. build: don't generate fake GNU libtool .la files

    When building on unix systems TigerVNC will build several static
    archives (.a) and corresponding GNU libtool archive (.la) files within
    cmake build files. However these .la files are specific to GNU libtool
    and are not compatible with alternative libtool implementations such as
    Slibtool which results in build issues.
    
    Instead it is better to link directly with the static archives which
    both GNU libtool and Slibtool can consume, but this requires the
    dependency_libs variable from the fake libtool archives which are now
    generated in automake (unix.mk) files and then included in Makefile.am.
    
    Gentoo bug: https://bugs.gentoo.org/913581
    orbea committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    283157e View commit details
    Browse the repository at this point in the history