From: Adam Gołębiowski Date: Sun, 2 May 2004 10:22:37 +0000 (+0000) Subject: - pass --with-rsyncd-conf to configure X-Git-Tag: auto/ac/rsync-2_6_2-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frsync.git;a=commitdiff_plain;h=d46e8c9490440183d79eb282ec4c372e12869572 - pass --with-rsyncd-conf to configure Changed files: rsync.spec -> 1.78 --- diff --git a/rsync.spec b/rsync.spec index 8d2a18e..a132bca 100644 --- a/rsync.spec +++ b/rsync.spec @@ -156,7 +156,8 @@ cp -f /usr/share/automake/config.sub . %configure \ %{?with_rsh:--with-rsh=rsh} \ --enable-ipv6 \ - --disable-debug + --disable-debug \ + --with-rsyncd-conf=%{_sysconfdir}/rsyncd/rsyncd.conf %{__make}