summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2009-07-01 20:15:33 +0200
committerPeter Korsgaard2009-07-01 20:15:33 +0200
commit0a74a04e98e788ecd5aa87b9df117e08ba9e26f3 (patch)
tree9dfdbb2a4fd19febffe1ecdfa81fd1f2f44133ce
parentMerge branch 'matchbox-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot (diff)
parentFix dropbear compilation with glibc (diff)
downloadbuildroot-0a74a04e98e788ecd5aa87b9df117e08ba9e26f3.tar.gz
buildroot-0a74a04e98e788ecd5aa87b9df117e08ba9e26f3.tar.xz
buildroot-0a74a04e98e788ecd5aa87b9df117e08ba9e26f3.zip
Merge branch 'dropbear-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
-rw-r--r--package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch b/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch
index 37c457411..80606844c 100644
--- a/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch
+++ b/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch
@@ -5,7 +5,7 @@ diff -ur dropbear-0.48/includes.h dropbear-0.48-patched/includes.h
#include <sys/param.h> /* required for BSD4_4 define */
#include <sys/socket.h>
#include <sys/stat.h>
-+#define __USE_GNU
++#define _GNU_SOURCE
#include <sys/time.h>
#include <sys/un.h>
#include <sys/wait.h>