Merges.
[vuplus_openembedded] / rsync / rsync_2.6.1pre-1.oe
1 DESCRIPTION = "A file-synchronization tool"
2 SECTION = "net"
3 PRIORITY = "optional"
4 DEPENDS = "virtual/libc"
5
6 SRC_URI = "http://rsync.samba.org/ftp/rsync/preview/rsync-${PV}.tar.gz \
7            file://compile-fix.patch;patch=1"
8
9 inherit autotools 
10
11 EXTRA_OEMAKE='STRIP=""'
12
13 do_compile_prepend() {
14         echo "#define HAVE_GETTIMEOFDAY_TZ 1" >>rsync.h
15         echo "#define uint64 int64" >>rsync.h
16 }