]> git.pld-linux.org Git - packages/thrift.git/blob - thrift-Werror_strlcpy_fix.patch
- Started work on 0.5.0. Disabled PHP, Java. Stopped by link problems.
[packages/thrift.git] / thrift-Werror_strlcpy_fix.patch
1 diff -urN thrift-0.2.0.org//lib/rb/ext/extconf.rb thrift-0.2.0/lib/rb/ext/extconf.rb
2 --- thrift-0.2.0.org//lib/rb/ext/extconf.rb     2009-03-20 05:21:39.000000000 +0100
3 +++ thrift-0.2.0/lib/rb/ext/extconf.rb  2010-03-28 22:31:42.000000000 +0200
4 @@ -19,7 +19,7 @@
5  
6  require 'mkmf'
7  
8 -$CFLAGS = "-g -O2 -Wall -Werror"
9 +$CFLAGS = "-g -O2 -Wall"
10  
11  have_func("strlcpy", "string.h")
12  
This page took 0.04746 seconds and 3 git commands to generate.