]> git.pld-linux.org Git - packages/ruby-fcgi.git/commitdiff
- patch to fix crash when unexpectedly disconnected auto/ac/ruby-fcgi-0_8_5-1
authoraredridel <aredridel@pld-linux.org>
Thu, 3 Mar 2005 22:48:02 +0000 (22:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    ruby-fcgi.spec -> 1.4

ruby-fcgi.spec

index 69cc1f60ff14456d3abd0716c5ef12deb35f3cbf..28cc5088286928462347ccf9df492ef5980ceaa9 100644 (file)
@@ -11,6 +11,7 @@ Group:                Development/Libraries
 Source0:       http://www.moonwolf.com/ruby/archive/%{name}-%{version}.tar.gz
 # Source0-md5: 896007e727153c6d05c380dd2d7fb109
 Patch0:                %{name}-dirs.patch
+Patch1:        %{name}-sys_fail.patch
 URL:           http://rwiki.moonwolf.com/rw-cgi.cgi?cmd=view;name=fcgi
 BuildRequires: fcgi-devel
 BuildRequires: ruby
@@ -26,6 +27,7 @@ Biblioteka FastCGI dla j
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 ruby install.rb config --site-ruby=%{ruby_rubylibdir} --so-dir=%{ruby_archdir}
This page took 0.062208 seconds and 4 git commands to generate.