]> git.pld-linux.org Git - packages/rsync.git/commitdiff
ipv6 support
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Jun 1999 17:37:50 +0000 (17:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.spec -> 1.18

rsync.spec

index da135b527a54cd8ff37e32688ac65ffd864e8b2a..f9920c662bfc1aa1d1427cc9b051ece02c7031fc 100644 (file)
@@ -7,6 +7,7 @@ Copyright:      GPL
 Group:         Applications/Networking
 Group(pl):     Aplikacje/Sieciowe
 Source:                ftp://samba.anu.edu.au/pub/rsync/%{name}-%{version}.tar.gz
+Patch:         rsync-231-v6-19990520-PLD.patch
 URL:           http://samba.anu.edu.au/rsync/
 BuildRoot:     /tmp/%{name}-%{version}-root
 
@@ -29,12 +30,14 @@ algorytmu zosta
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 autoconf
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
 ./configure %{_target_platform} \
-       --prefix=%{_prefix}
+       --prefix=%{_prefix} \
+       --enable-ipv6
 make 
 
 %install
This page took 0.039331 seconds and 4 git commands to generate.