Greg Alexander
|
7db95c7815
|
update to target ABI "all", which adds x86_64 and arm64
|
2019-05-26 00:49:30 -04:00 |
|
Greg Alexander
|
ccc93ed0da
|
Fix one warning... A lot of warnings remain in dropbear, but hopefully
the dropbear update will address them so let's not touch it for now.
|
2019-05-25 22:51:15 -04:00 |
|
Greg Alexander
|
cec5e52c7e
|
Now it compiles with the new NDK.
|
2019-05-25 22:46:18 -04:00 |
|
Greg Alexander
|
d637261fa1
|
use fchmod() instead of chmod() because Android 8.0 (Oreo) terminates the
process if chmod() is called
|
2017-10-28 16:27:54 -04:00 |
|
Greg Alexander
|
7b8ce267d9
|
disable use of sigprocmask() in rsync, because Android Oreo (quite
inappropriately) seems to terminate the process when it is called.
|
2017-10-28 14:20:35 -04:00 |
|
Greg Alexander
|
8fb3ece145
|
turns out all rsync was missing for 64-bit files was
#define HAVE_STRUCT_STAT64 1
|
2016-06-21 09:18:39 -04:00 |
|
Greg Alexander
|
3bc9394101
|
add config defines to rsync so it will use mkstemp() instead of mktemp()
(fixes link-time warning and possible vulnerability)
|
2016-06-18 15:33:09 -04:00 |
|
Greg Alexander
|
2090d565b7
|
add some missing system support #defines for rsync
|
2014-12-22 08:36:41 -05:00 |
|
Greg Alexander
|
1e212e3cec
|
switch rsync over to using its own internal zlib
|
2014-12-22 07:52:17 -05:00 |
|
Greg Alexander
|
d49b521972
|
the "zlib" directory from rsync 3.1.1. I had excluded this because we
already have zlib, but it seems it wants a special (old?) zlib that
supports "old-style compress" in order for regular -z to work.
|
2014-12-22 07:43:24 -05:00 |
|
Greg Alexander
|
f2fa3afa0c
|
no idea what rounding.h is really for, but it appears to be needed...this
value is the one it automatically chose on my pc
|
2014-12-21 22:25:20 -05:00 |
|
Greg Alexander
|
bb347ffffe
|
now rsync builds (untested)
|
2014-12-21 22:24:28 -05:00 |
|
Greg Alexander
|
d8cc8daef9
|
rsync 3.1.1 source, after i trimmed away the parts we obviously won't
need...but most of it remains.
|
2014-12-21 17:56:03 -05:00 |
|