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

xapian-bindings: Fix the build with slibtool #322

Closed
wants to merge 1 commit into from

Commits on Jul 21, 2022

  1. xapian-bindings: Fix the build with slibtool

    With slibtool the --config argument works differently than in GNU
    libtool which results in 'auto/Xapian/Xapian$(PERL_SO)' failing to be
    created. This can be worked around by using libtool --mode=install where
    slibtool can copy the module to the intended location.
    
    However GNU libtool still requires using --config otherwise it fails
    during --mode=install with the following error.
    
      /bin/bash ../libtool --mode=install cp Xapian.la /home/runner/work/xapian/xapian/xapian-bindings/perl/auto/Xapian/Xapian.la
      libtool:   error: error: cannot install 'Xapian.la' to a directory not ending in /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/auto/Xapian
    
    gentoo issue: https://bugs.gentoo.org/793428
    orbea committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    c513b0d View commit details
    Browse the repository at this point in the history