]> git.pld-linux.org Git - packages/rsync.git/commitdiff
ipv6 not used now - patch is buggy
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Jul 1999 09:30:11 +0000 (09:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.spec -> 1.21

rsync.spec

index 29fb34827e8c6a59033b64cc2e08f8e34088c041..b6c5b4d099ebe033fa3f6582a6cee56c3d872196 100644 (file)
@@ -36,13 +36,14 @@ algorytmu zosta
 %setup  -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+# We don't use it because it's buggy ;(
+#%patch2 -p1
 
 %build
 autoconf 
 LDFLAGS="-s"; export LDFLAGS
 %configure \
-       --enable-ipv6
+#      --enable-ipv6
 
 make 
 
This page took 0.069142 seconds and 4 git commands to generate.