[csw-devel] SF.net SVN: gar:[12532] csw/mgar/pkg/gmt/trunk/Makefile
gadavis at users.sourceforge.net
gadavis at users.sourceforge.net
Thu Jan 13 22:49:23 CET 2011
Revision: 12532
http://gar.svn.sourceforge.net/gar/?rev=12532&view=rev
Author: gadavis
Date: 2011-01-13 21:49:23 +0000 (Thu, 13 Jan 2011)
Log Message:
-----------
GMT authors do weird stuff with their shared libs, and nobody is going to link against this anyway
Modified Paths:
--------------
csw/mgar/pkg/gmt/trunk/Makefile
Modified: csw/mgar/pkg/gmt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gmt/trunk/Makefile 2011-01-13 20:58:17 UTC (rev 12531)
+++ csw/mgar/pkg/gmt/trunk/Makefile 2011-01-13 21:49:23 UTC (rev 12532)
@@ -36,11 +36,6 @@
#WORKSRC = $(WORKDIR)/GMT$(VERSION)
DISTNAME = GMT$(GMT_VERSION)
-## GMT has some "interesting" linker commands for creating shared objects in
-## src/Makefile that require LD_LIBRARY_PATH to be set during the build phase
-LD_LIBRARY_PATH = /opt/csw/lib/$(MM_LIBDIR)
-BUILD_ENV += LD_LIBRARY_PATH="$(LD_LIBRARY_PATH)"
-
## Arguments passed to the ./configure script. Configure ignores the various
## environment variables so we have to pass CFLAGS and friends
CONFIGURE_ARGS += NETCDF_LIB=$(libdir)
@@ -49,7 +44,7 @@
CONFIGURE_ARGS += CXXFLAGS="$(CXXFLAGS)"
CONFIGURE_ARGS += $(DIRPATHS)
CONFIGURE_ARGS += --disable-mex
-CONFIGURE_ARGS += --enable-shared
+#CONFIGURE_ARGS += --enable-shared
CONFIGURE_ARGS += --enable-netcdf=/opt/csw
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list