mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 09:48:08 +00:00
switch rsync over to using its own internal zlib
This commit is contained in:
parent
d49b521972
commit
1e212e3cec
@ -608,9 +608,18 @@ LOCAL_SRC_FILES := $(RSYNC_PATH)/flist.c \
|
|||||||
$(RSYNC_PATH)/popt/popt.c \
|
$(RSYNC_PATH)/popt/popt.c \
|
||||||
$(RSYNC_PATH)/popt/poptconfig.c \
|
$(RSYNC_PATH)/popt/poptconfig.c \
|
||||||
$(RSYNC_PATH)/popt/popthelp.c \
|
$(RSYNC_PATH)/popt/popthelp.c \
|
||||||
$(RSYNC_PATH)/popt/poptparse.c
|
$(RSYNC_PATH)/popt/poptparse.c \
|
||||||
|
$(RSYNC_PATH)/zlib/deflate.c \
|
||||||
|
$(RSYNC_PATH)/zlib/inffast.c \
|
||||||
|
$(RSYNC_PATH)/zlib/inflate.c \
|
||||||
|
$(RSYNC_PATH)/zlib/inftrees.c \
|
||||||
|
$(RSYNC_PATH)/zlib/trees.c \
|
||||||
|
$(RSYNC_PATH)/zlib/zutil.c \
|
||||||
|
$(RSYNC_PATH)/zlib/adler32.c \
|
||||||
|
$(RSYNC_PATH)/zlib/compress.c \
|
||||||
|
$(RSYNC_PATH)/zlib/crc32.c
|
||||||
|
|
||||||
LOCAL_C_INCLUDES:= rsync rsync/popt
|
LOCAL_C_INCLUDES:= rsync rsync/popt rsync/zlib
|
||||||
LOCAL_LDLIBS := -lz
|
LOCAL_LDLIBS :=
|
||||||
|
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#define RSYNC_VERSION "3.1.1"
|
#define RSYNC_VERSION "3.1.1"
|
||||||
#define RSYNC_PATH "rsync"
|
#define RSYNC_PATH "rsync"
|
||||||
#define SIZEOF_OFF_T 4
|
#define SIZEOF_OFF_T 4
|
||||||
#define EXTERNAL_ZLIB 1
|
|
||||||
#define RSYNCD_SYSCONF "/sdcard/ssh/rsyncd.conf"
|
#define RSYNCD_SYSCONF "/sdcard/ssh/rsyncd.conf"
|
||||||
#define HAVE_NETDB_H 1
|
#define HAVE_NETDB_H 1
|
||||||
#define HAVE_STRUCT_ADDRINFO 1
|
#define HAVE_STRUCT_ADDRINFO 1
|
||||||
|
46
rsync/rsync-3.1.1/.gitignore
vendored
46
rsync/rsync-3.1.1/.gitignore
vendored
@ -1,46 +0,0 @@
|
|||||||
*.[oa]
|
|
||||||
*~
|
|
||||||
dummy
|
|
||||||
ID
|
|
||||||
Makefile
|
|
||||||
Makefile.old
|
|
||||||
configure.sh
|
|
||||||
configure.sh.old
|
|
||||||
config.cache
|
|
||||||
config.h
|
|
||||||
config.h.in
|
|
||||||
config.h.in.old
|
|
||||||
config.log
|
|
||||||
config.status
|
|
||||||
/proto.h
|
|
||||||
/proto.h-tstamp
|
|
||||||
/rsync.1
|
|
||||||
/rsyncd.conf.5
|
|
||||||
/autom4te*.cache
|
|
||||||
/confdefs.h
|
|
||||||
/conftest*
|
|
||||||
/dox
|
|
||||||
/getgroups
|
|
||||||
/gmon.out
|
|
||||||
/rsync
|
|
||||||
/rsync-ssl
|
|
||||||
/stunnel-rsync
|
|
||||||
/stunnel-rsyncd.conf
|
|
||||||
/shconfig
|
|
||||||
/testdir
|
|
||||||
/tests-dont-exist
|
|
||||||
/testtmp
|
|
||||||
/tls
|
|
||||||
/testrun
|
|
||||||
/trimslash
|
|
||||||
/t_unsafe
|
|
||||||
/wildtest
|
|
||||||
/getfsdev
|
|
||||||
/rounding.h
|
|
||||||
/doc/rsync.pdf
|
|
||||||
/doc/rsync.ps
|
|
||||||
/support/savetransfer
|
|
||||||
/testsuite/chown-fake.test
|
|
||||||
/testsuite/devices-fake.test
|
|
||||||
/testsuite/xattrs-hlink.test
|
|
||||||
/patches
|
|
Loading…
Reference in New Issue
Block a user