rsync: use included popt

This commit is contained in:
Stefan Saraev 2013-07-07 21:30:51 +03:00
parent 8e9b20afe6
commit 5303078e2f
3 changed files with 6 additions and 2 deletions

View File

@ -30,5 +30,6 @@ cd $PKG_BUILD
--localstatedir=/var \
--disable-acl-support \
--disable-xattr-support \
--with-included-popt \
make

View File

@ -1,3 +1,6 @@
3.1.2
- use internal popt
3.1.1
- rebuild for OpenELEC-3.2

View File

@ -20,13 +20,13 @@
PKG_NAME="rsync"
PKG_VERSION="3.0.9"
PKG_REV="1"
PKG_REV="2"
PKG_ARCH="any"
PKG_LICENSE="OSS"
PKG_SITE="http://www.samba.org/ftp/rsync/rsync.html"
PKG_URL="ftp://rsync.samba.org/pub/rsync/src/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="toolchain $ICONV popt"
PKG_BUILD_DEPENDS="toolchain $ICONV"
PKG_PRIORITY="optional"
PKG_SECTION="network/backup"
PKG_SHORTDESC="rsync: A replacement for rcp that has many more features"