| Summary: | quota-4.01 fails to build statically | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Alexey Brodkin <abrodkin> |
| Component: | Other | Assignee: | Thomas Petazzoni <thomas.petazzoni> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | abrodkin, buildroot, thomas.petazzoni |
| Priority: | P5 | ||
| Version: | 2014.08 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Defconfig | ||
|
Description
Alexey Brodkin
2014-10-28 13:08:31 UTC
Created attachment 5750 [details]
Defconfig
This defconfig could be used for reproduction of the issue with up-to-date master branch of Buildroot
Normally, a separate variable LDLIBS is used for that purpose. This variable is then included at the end of the link command line, unlike LDFLAGS. At least this is the case in the implicit make recipes. I would assume that autotools has a similar distinction. Patch series sent at http://lists.busybox.net/pipermail/buildroot/2014-November/111618.html to fix this bug. Patch applied as of http://git.buildroot.net/buildroot/commit/?id=06d310e7a172a3dc61e30a4e5937e4455f6d340b, bug fixed. |