[Buildroot] [git commit] Fix dropbear compilation with glibc

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Jun 25 15:12:48 UTC 2009


commit: http://git.buildroot.net/buildroot/commit/?id=b7d98b2d42e8a715230166367d8489b17fbc9498
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Patch is too large, so refusing to show it


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 at free-electrons.com>
---
 .../dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the buildroot mailing list