diff options
author | Juergen Daubert <jue@jue.li> | 2007-10-26 12:59:38 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2007-10-26 12:59:38 +0200 |
commit | dda3b94042a156fbc3b4c2cc8523d91cf0025b79 (patch) | |
tree | d9503fad60a0806e6453545b675f77dff834494e /rsync | |
parent | 8561d341298b2f7c2eedb59c80009024bb5a2c43 (diff) | |
download | core-dda3b94042a156fbc3b4c2cc8523d91cf0025b79.tar.gz core-dda3b94042a156fbc3b4c2cc8523d91cf0025b79.tar.xz |
rsync: added --with-included-popt option
Diffstat (limited to 'rsync')
-rw-r--r-- | rsync/Pkgfile | 3 |
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 |