[SCM] gdal branch, master, updated. upstream/1.8.1-93-g6735e3e

Alan Boudreault aboudreault at mapgears.com
Wed Feb 22 23:37:31 UTC 2012


The following commit has been merged in the master branch:
commit b5397a522c623a2b2260e0c92c0b6c6029e374b9
Author: Alan Boudreault <aboudreault at mapgears.com>
Date:   Wed Feb 1 12:40:59 2012 +0000

    fixed build option for ruby

diff --git a/debian/patches/rubymakefile b/debian/patches/rubymakefile
index 9c215a4..d6a5d08 100644
--- a/debian/patches/rubymakefile
+++ b/debian/patches/rubymakefile
@@ -5,7 +5,7 @@
  else
  RUBY_MODULES=$(RUBY_MODULES_LIN)
 -LDFLAGS += -Xcompiler -shared -L$(RUBY_LIB_DIR)
-+LDFLAGS += -fPIC -DPIC -Xcompiler -L$(RUBY_LIB_DIR)
++LDFLAGS += -fPIC -DPIC -Xcompiler -shared -L$(RUBY_LIB_DIR)
 +CFLAGS += -fPIC -DPIC
 +CXXFLAGS += -fPIC -DPIC
  RUBY_LIB := -l$(RUBY_SO_NAME)

-- 
GDAL/OGR library and tools



More information about the Pkg-grass-devel mailing list