libpopt&rsync: Rebuild to fix __moddi3 problem
[termux-packages] / packages / rsync / build.sh
CommitLineData
c48a747e 1TERMUX_PKG_HOMEPAGE=https://rsync.samba.org/
59f0d218 2TERMUX_PKG_DESCRIPTION="Utility that provides fast incremental file transfer"
93864169 3TERMUX_PKG_VERSION=3.1.2
a64a2ee6 4TERMUX_PKG_REVISION=1
c48a747e
FF
5TERMUX_PKG_SRCURL=https://rsync.samba.org/ftp/rsync/src/rsync-${TERMUX_PKG_VERSION}.tar.gz
6TERMUX_PKG_SHA256=ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2
59f0d218 7TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-rsyncd-conf=$TERMUX_PREFIX/etc/rsyncd.conf --with-included-zlib=no --disable-debug"
c48a747e 8TERMUX_PKG_DEPENDS="libpopt, openssh"
7ce56385
FF
9
10termux_step_pre_configure () {
11 CFLAGS="$CFLAGS -llog" # for syslog
12}