Discussion:
[Freeipa-devel] [freeipa PR#588][opened] CONFIGURE: Properly detect libpopt on el7
HonzaCholasta
2017-03-14 18:35:44 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/588
Author: HonzaCholasta
Title: #588: CONFIGURE: Properly detect libpopt on el7
Action: opened

PR body:
"""
libpopt added pkg-config file in 1.16 but there are still distributions
which has older version of library (el6, el7). And new features from
libpopt are not used anywhere. Configure should try to detect as much as
possible and users should not use workarounds with explicitely enabled
variables as parameters e.g.
./configure POPT_LIBS="-lpopt "

This change originating from PR #494 is required to make building upstream IPA possible on RHEL/CentOS 7.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/588/head:pr588
git checkout pr588
pvomacka
2017-03-15 08:41:03 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/588
Title: #588: CONFIGURE: Properly detect libpopt on el7

Label: +ack
HonzaCholasta
2017-03-15 08:49:43 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/588
Title: #588: CONFIGURE: Properly detect libpopt on el7

HonzaCholasta commented:
"""
master:

* 4fe9166ac9f9a100d69ce37f19ae1ae971bb2ce1 CONFIGURE: Properly detect libpopt on el7
"""

See the full comment at https://github.com/freeipa/freeipa/pull/588#issuecomment-286677301
HonzaCholasta
2017-03-15 08:49:44 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/588
Author: HonzaCholasta
Title: #588: CONFIGURE: Properly detect libpopt on el7
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/588/head:pr588
git checkout pr588
HonzaCholasta
2017-03-15 08:49:41 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/588
Title: #588: CONFIGURE: Properly detect libpopt on el7

Label: +pushed

Loading...