summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-07-01 20:15:33 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-07-01 20:15:33 +0200
commit0a74a04e98e788ecd5aa87b9df117e08ba9e26f3 (patch)
tree9dfdbb2a4fd19febffe1ecdfa81fd1f2f44133ce /package
parent32154996a8bd13d64b410ee519121614f6c7ecd0 (diff)
parentb7d98b2d42e8a715230166367d8489b17fbc9498 (diff)
Merge branch 'dropbear-fix' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package')
-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>