[GRASS-SVN] r31422 - in grass/branches/develbranch_6/lib: gis
vector/diglib vector/rtree
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon May 19 06:19:42 EDT 2008
Author: neteler
Date: 2008-05-19 06:19:42 -0400 (Mon, 19 May 2008)
New Revision: 31422
Modified:
grass/branches/develbranch_6/lib/gis/Makefile
grass/branches/develbranch_6/lib/vector/diglib/Makefile
grass/branches/develbranch_6/lib/vector/rtree/Makefile
Log:
added MATHLIB for -as-needed linker flag (trac #69)
Modified: grass/branches/develbranch_6/lib/gis/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/gis/Makefile 2008-05-19 09:48:53 UTC (rev 31421)
+++ grass/branches/develbranch_6/lib/gis/Makefile 2008-05-19 10:19:42 UTC (rev 31422)
@@ -1,7 +1,7 @@
MODULE_TOPDIR = ../..
LIB_NAME = $(GIS_LIBNAME)
-EXTRA_LIBS = $(XDRLIB) $(DATETIMELIB) $(INTLLIB)
+EXTRA_LIBS = $(XDRLIB) $(DATETIMELIB) $(INTLLIB) $(MATHLIB)
DATASRC = ellipse.table datum.table datumtransform.table FIPS.code state27 state83 projections gui.tcl
include $(MODULE_TOPDIR)/include/Make/Lib.make
Modified: grass/branches/develbranch_6/lib/vector/diglib/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/vector/diglib/Makefile 2008-05-19 09:48:53 UTC (rev 31421)
+++ grass/branches/develbranch_6/lib/vector/diglib/Makefile 2008-05-19 10:19:42 UTC (rev 31422)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../../..
-EXTRA_LIBS=$(GISLIB) $(RTREELIB)
+EXTRA_LIBS=$(GISLIB) $(RTREELIB) $(MATHLIB)
LIB_NAME = $(DIG2_LIBNAME)
Modified: grass/branches/develbranch_6/lib/vector/rtree/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/vector/rtree/Makefile 2008-05-19 09:48:53 UTC (rev 31421)
+++ grass/branches/develbranch_6/lib/vector/rtree/Makefile 2008-05-19 10:19:42 UTC (rev 31422)
@@ -9,6 +9,8 @@
rect.o \
split_q.o
+EXTRA_LIBS = $(MATHLIB)
+
include $(MODULE_TOPDIR)/include/Make/Lib.make
RTLINC = $(ARCH_INCDIR)/rtree
More information about the grass-commit
mailing list