]> git.pld-linux.org Git - packages/gdal.git/blob - gdal-fpic.patch
- teach configure / m4 about libx32
[packages/gdal.git] / gdal-fpic.patch
1 --- gdal-1.9.0/swig/ruby/RubyMakefile.mk~       2012-01-04 08:03:41.000000000 +0100
2 +++ gdal-1.9.0/swig/ruby/RubyMakefile.mk        2012-02-13 16:12:17.778605160 +0100
3 @@ -41,7 +41,8 @@
4  RUBY_LIB := -l$(RUBY_SO_NAME)
5  else
6  RUBY_MODULES=$(RUBY_MODULES_LIN)
7 -LDFLAGS += -Xcompiler -shared -L$(RUBY_LIB_DIR)
8 +LDFLAGS += -fPIC -Xcompiler -shared -L$(RUBY_LIB_DIR)
9 +CFLAGS += -fPIC
10  RUBY_LIB := -l$(RUBY_SO_NAME)
11  endif
12  
This page took 0.111498 seconds and 3 git commands to generate.