summaryrefslogtreecommitdiff
path: root/rsync
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-10-26 12:59:38 +0200
committerJuergen Daubert <jue@jue.li>2007-10-26 12:59:38 +0200
commitdda3b94042a156fbc3b4c2cc8523d91cf0025b79 (patch)
treed9503fad60a0806e6453545b675f77dff834494e /rsync
parent8561d341298b2f7c2eedb59c80009024bb5a2c43 (diff)
downloadcore-dda3b94042a156fbc3b4c2cc8523d91cf0025b79.tar.gz
core-dda3b94042a156fbc3b4c2cc8523d91cf0025b79.tar.xz
rsync: added --with-included-popt option
Diffstat (limited to 'rsync')
-rw-r--r--rsync/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/rsync/Pkgfile b/rsync/Pkgfile
index 39a8c5b1..49be1a97 100644
--- a/rsync/Pkgfile
+++ b/rsync/Pkgfile
@@ -17,7 +17,8 @@ build () {
./configure --prefix=/usr \
--mandir=/usr/man \
- --with-rsh=ssh
+ --with-rsh=ssh \
+ --with-included-popt
make
make DESTDIR=$PKG install

Generated by cgit