|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0003284 |
[buildroot] Other |
minor |
always |
05-08-08 05:17 |
05-08-08 05:17 |
|
|
Reporter |
rhunger |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
open |
|
|
Status |
assigned |
|
Product Version |
|
|
|
Summary |
0003284: configure cannot find libz and usage of __USE_GNU breaks build |
|
Description |
When selecting dropbear, configure is not able to find the libz in staging_dir (Libz builds and installs ok). Defining LDFLAGS before running configure solve this problem for me (see patch).
But than the compilation failed because of undefined structs in stdio.h. This originates from the patch "package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch" where __USE_GNU is added. IMHO _GNU_SOURCE would be better. Anyway, the patch seams unnecessary.
Dropbear works just fine without it.
|
|
Additional Information |
Environment: building for powerpc with the toolchain from ELDK (denx.de) |
|
|
Attached Files |
dropbear.patch [^] (1,154 bytes) 05-08-08 05:17 |
|
|