]> git.pld-linux.org Git - packages/thrift.git/blob - thrift-Werror_strlcpy_fix.patch
Release 2. Disabled lua.
[packages/thrift.git] / thrift-Werror_strlcpy_fix.patch
1 --- thrift-0.9.1/lib/rb/ext/extconf.rb~ 2013-08-15 17:04:29.000000000 +0300
2 +++ thrift-0.9.1/lib/rb/ext/extconf.rb  2013-10-06 02:22:38.662385994 +0300
3 @@ -24,7 +24,7 @@
4  
5    $ARCH_FLAGS = Config::CONFIG['CFLAGS'].scan( /(-arch )(\S+)/ ).map{|x,y| x + y + ' ' }.join('')
6  
7 -  $CFLAGS = "-fsigned-char -g -O2 -Wall -Werror " + $ARCH_FLAGS
8 +  $CFLAGS = "-fsigned-char -g -O2 -Wall " + $ARCH_FLAGS
9  
10    have_func("strlcpy", "string.h")
11  
This page took 0.029256 seconds and 3 git commands to generate.