]> git.pld-linux.org Git - packages/davfs.git/commitdiff
- fix segfault when there is no https server
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Mar 2002 13:48:20 +0000 (13:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    davfs.spec -> 1.2

davfs.spec

index 9bf41c8aa7b66aae70a04c5834e2b3b3f8406538..37e68cef389bf713a11a4792fc202308926a4711 100644 (file)
@@ -14,6 +14,7 @@ Group:                Base/Kernel
 Source0:       http://prdownloads.sourceforge.net/dav/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
 Patch0:                %{name}-path.patch
+Patch1:                %{name}-is_socket_ready.patch
 URL:           http://dav.sourceforge.net/
 %{!?_without_dist_kernel:BuildRequires:        kernel-headers}
 BuildRequires: autoconf
@@ -85,6 +86,7 @@ u
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure2_13 \
This page took 0.035153 seconds and 4 git commands to generate.