svn commit: trunk/buildroot/package/dropbear

sjhill at uclibc.org sjhill at uclibc.org
Thu Mar 16 04:38:58 UTC 2006


Author: sjhill
Date: 2006-03-15 20:38:56 -0800 (Wed, 15 Mar 2006)
New Revision: 14545

Log:
Fix header file to use __USE_GNU so that TIMEVAL_TO_TIMESPEC gets defined, otherwise latest dropbear does not build.


Added:
   trunk/buildroot/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch


Changeset:
Added: trunk/buildroot/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch
===================================================================
--- trunk/buildroot/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch	2006-03-16 03:07:29 UTC (rev 14544)
+++ trunk/buildroot/package/dropbear/dropbear-fix-missing-TIMEVAL_TO_TIMESPEC.patch	2006-03-16 04:38:56 UTC (rev 14545)
@@ -0,0 +1,11 @@
+diff -ur dropbear-0.48/includes.h dropbear-0.48-patched/includes.h
+--- dropbear-0.48/includes.h	2006-03-09 09:06:02.000000000 -0600
++++ dropbear-0.48-patched/includes.h	2006-03-15 22:36:12.000000000 -0600
+@@ -35,6 +35,7 @@
+ #include <sys/param.h> /* required for BSD4_4 define */
+ #include <sys/socket.h>
+ #include <sys/stat.h>
++#define __USE_GNU
+ #include <sys/time.h>
+ #include <sys/un.h>
+ #include <sys/wait.h>




More information about the uClibc-cvs mailing list