[BusyBox] compiling rsync under buildroot

Nicolas Jungers nj at many.be
Fri May 30 09:50:56 UTC 2003


Ok, after having modified compat.c, rsync now compile (and hopefully
will work).

Next questions:
- is it the right way to do? 
- how to do it the right way?
- how to submit changes/requests about buildroot
- how in buildroot preserve localchanges?

tia,
Nicolas

PS
For info, the diff to compat.c


--- compat.c.ori        Fri May 30 11:38:11 2003
+++ compat.c    Fri May 30 11:37:57 2003
@@ -196,10 +196,6 @@

 int sys_gettimeofday(struct timeval *tv)
 {
-#if HAVE_GETTIMEOFDAY_TZ
        return gettimeofday(tv, NULL);
-#else
-       return gettimeofday(tv);
-#endif
 }



-- 
Nicolas Jungers

Tél +32 2 289 00 04
Fax: +32 2 289 00 00

Many sa - Hemeris Computing
Ch. d'Ixelles 29-31, box 17
1050 Brussels
Belgium




More information about the busybox mailing list