Bug 1543845
| Summary: | nss: Build flags injection only partially successful | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Florian Weimer <fweimer> |
| Component: | nss | Assignee: | Daiki Ueno <dueno> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 28 | CC: | dueno, elio.maldonado.batiz, kdudka, kengert |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | nss-3.37.3-1.1.fc28 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-21 13:03:25 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1539083 | ||
|
Description
Florian Weimer
2018-02-09 12:22:01 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle. Changing version to '28'. I simply added "LDFLAGS=$RPM_LD_FLAGS; export LDFLAGS" in the spec: https://src.fedoraproject.org/rpms/nss/c/03874d12724f28a6df4d78e48d8315a6d8e423dc?branch=master and the build seems to pick up the correct flags: https://koji.fedoraproject.org/koji/taskinfo?taskID=25659474 This might be suboptimal; maybe we could: - respect $LDFLAGS already set in the shell environment - introduce a separate make variable, e.g., XLDFLAGS analogous to XCFLAGS This should be fixed in the current update of the nss package. Feel free to reopen if it is not the case. |