Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-01 | Fix dropbear compilation with glibc | Thomas Petazzoni | |
The patch introduced at c579e32dbe6d927bdcfffeede18123aa92abbdd5 was incorrect, since __USE_GNU is an internal C library defined, and should not be used by programs. _GNU_SOURCE should be used instead. This fixes a build failure on Dropbear when compiling against a glibc-based toolchain. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2006-03-16 | Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, ↵ | "Steven J. Hill" | |
otherwise latest dropbear does not build. |