The following commit has been merged in the 1.9 branch:
commit b5397a522c623a2b2260e0c92c0b6c6029e374b9
Author: Alan Boudreault <aboudrea...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to