[Freeipa-devel] [freeipa PR#718][opened] configure: fix AC_CHECK_LIB usage

HonzaCholasta freeipa-github-notification at redhat.com
Tue Apr 18 12:19:09 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/718
Author: HonzaCholasta
 Title: #718: configure: fix AC_CHECK_LIB usage
Action: opened

PR body:
"""
Replace empty string with a single space in the third argument of
`AC_CHECK_LIB` (`action-if-found`) where applicable.

Empty string in the argument causes `AC_CHECK_LIB` to use the default
action when a library is found which includes adding the library to `LIBS`,
which specifies libraries to be linked in every binary and library in the
project.

This fixes libkrad, liblber, libldap_r and libsss_nss_idmap being linked to
every binary and library in IPA, even where unused.

https://pagure.io/freeipa/issue/6846
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/718/head:pr718
git checkout pr718
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pr-718.patch
Type: text/x-diff
Size: 2326 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20170418/112c1541/attachment.bin>


More information about the Freeipa-devel mailing list