summaryrefslogtreecommitdiffstats
path: root/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch
Commit message (Collapse)AuthorAgeFilesLines
* Fix dropbear compilation with glibcThomas Petazzoni2009-07-011-1/+1
| | | | | | | | | | | 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>
* Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, ↵"Steven J. Hill"2006-03-161-0/+11
otherwise latest dropbear does not build.