Bug 583210
| Summary: | axel-2.4-3.fc13 didn't honor %{optflags} correctly | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chen Lei <supercyper1> |
| Component: | axel | Assignee: | Ankur Sinha (FranciscoD) <sanjay.ankur> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 13 | CC: | sanjay.ankur |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | axel-2.4-4.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-04-17 07:41:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
(In reply to comment #0) > Description of problem: > It's easy to fix by adding two line before ./configure. > > export CFLAGS=" %{optflags}" > export CXXFLAGS=" %{optflags}" > ./configure --prefix=%{_prefix} --strip=0 hey, thanks! Fixed in devel. Will push updates with this once a upstream release is made. http://koji.fedoraproject.org/koji/taskinfo?taskID=2122134 (In reply to comment #1) > (In reply to comment #0) > > Description of problem: > > It's easy to fix by adding two line before ./configure. > > > > export CFLAGS=" %{optflags}" > > export CXXFLAGS=" %{optflags}" > > ./configure --prefix=%{_prefix} --strip=0 > hey, > thanks! > Fixed in devel. Will push updates with this once a upstream release is made. > http://koji.fedoraproject.org/koji/taskinfo?taskID=2122134 Thanks you, the problem now fixed. But I think updates should be pushed for F13 stable ASAP, it fixed #564650#c7. axel-debuginfo-2.4-3.fc13.i686.rpm doesn't contain src files. http://koji.fedoraproject.org/koji/rpminfo?rpmID=1822593 axel-2.4-4.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/axel-2.4-4.fc13 axel-2.4-4.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: It's easy to fix by adding two line before ./configure. export CFLAGS=" %{optflags}" export CXXFLAGS=" %{optflags}" ./configure --prefix=%{_prefix} --strip=0