diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-01 20:15:33 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-07-01 20:15:33 +0200 |
commit | 0a74a04e98e788ecd5aa87b9df117e08ba9e26f3 (patch) | |
tree | 9dfdbb2a4fd19febffe1ecdfa81fd1f2f44133ce | |
parent | 32154996a8bd13d64b410ee519121614f6c7ecd0 (diff) | |
parent | b7d98b2d42e8a715230166367d8489b17fbc9498 (diff) | |
download | buildroot-novena-0a74a04e98e788ecd5aa87b9df117e08ba9e26f3.tar.gz buildroot-novena-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.patch | 2 |
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> |