rsync: added --with-included-popt option

This commit is contained in:
Juergen Daubert 2007-10-26 12:59:38 +02:00
parent 8561d34129
commit dda3b94042

View File

@ -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