Bug 1025914
Summary: | disabling crl/curl in Makefile.inc still requires you to have all curl dependencies | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | maswank <ike.ipsec> |
Component: | libreswan | Assignee: | Paul Wouters <pwouters> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | eparis, ike.ipsec, pwouters |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | libreswan-3.10-3.fc19 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-09-01 12:41:11 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
maswank
2013-11-01 23:26:25 UTC
Specifically USE_LIBCURL?=false Same issue happening with XAUTH. Requires all pam modules and dependencies if set to false. Should log this as separate bug. ifeq ($(OSDEP),linux) USE_XAUTHPAM?=true endif (note this should really be rhel7 libreswan component) I just did this on fedora 19. I ensured libcurl-devel was not installed. I changed Makefile.inc to have: USE_LIBCURL?=false Then ran "make programs" which worked without problems. The USE_XAUTHPAM= option is autodetected by OS, however, we do set it using the "?=" make syntax, meaning a command line or env variable should override this without issue. So, I'm not able to reproduce this? Can you give a more verbose test method? Did you use rpmbuild to build the package? It overrides all the Makefile.inc variables in the spec file. the curl-devel issue confirmed. I have moved this bug from RHEL to Fedora rawhide. If this is a problem it is a problem with the version of libreswan in Fedora, not with anything supplied in RHEL6. libreswan-3.9-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/libreswan-3.9-1.fc20 libreswan-3.9-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/libreswan-3.9-1.fc19 Package libreswan-3.9-1.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libreswan-3.9-1.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-8272/libreswan-3.9-1.fc19 then log in and leave karma (feedback). libreswan-3.10-3.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/libreswan-3.10-3.fc20 libreswan-3.10-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/libreswan-3.10-3.fc19 libreswan-3.10-3.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. libreswan-3.10-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |