mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
rsync: use included popt
This commit is contained in:
parent
8e9b20afe6
commit
5303078e2f
@ -30,5 +30,6 @@ cd $PKG_BUILD
|
||||
--localstatedir=/var \
|
||||
--disable-acl-support \
|
||||
--disable-xattr-support \
|
||||
--with-included-popt \
|
||||
|
||||
make
|
||||
|
@ -1,3 +1,6 @@
|
||||
3.1.2
|
||||
- use internal popt
|
||||
|
||||
3.1.1
|
||||
- rebuild for OpenELEC-3.2
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user