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

configure: don't set DL_LIBS to 'none required' #2141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 5, 2024

  1. configure: don't set DL_LIBS to 'none required'

    This copies the AC_SEARCH_LIBS check from the main strongswan
    configure.ac.
    
    When building networkmanager-strongswan with slibtool if fails.
    
      ld: cannot find none: No such file or directory
      ld: cannot find required: No such file or directory
    
    This is because configure.ac uses AC_SEARCH_LIBS to find dlopen which
    sets the value of $ac_cv_search_dlopen to 'none required' which then
    gets set in DL_LIBS and passed to slibtool.
    
    With GNU libtool it silently ignores the unknown arguments.
    
    Gentoo issue: https://bugs.gentoo.org/914100
    orbea committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d8109d6 View commit details
    Browse the repository at this point in the history