Revision: 12547
          http://gar.svn.sourceforge.net/gar/?rev=12547&view=rev
Author:   gadavis
Date:     2011-01-14 23:43:06 +0000 (Fri, 14 Jan 2011)

Log Message:
-----------
Pass LIBS arg in attempt to get libsunmath to work in shared obj build

Modified Paths:
--------------
    csw/mgar/pkg/gmt/trunk/Makefile

Modified: csw/mgar/pkg/gmt/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gmt/trunk/Makefile     2011-01-14 22:47:10 UTC (rev 12546)
+++ csw/mgar/pkg/gmt/trunk/Makefile     2011-01-14 23:43:06 UTC (rev 12547)
@@ -52,6 +52,7 @@
 CONFIGURE_ARGS += CFLAGS="$(CFLAGS)"
 CONFIGURE_ARGS += LDFLAGS="$(LDFLAGS)"
 CONFIGURE_ARGS += CXXFLAGS="$(CXXFLAGS)"
+CONFIGURE_ARGS += LIBS="-L/opt/csw/lib/$(MM_LIBDIR) -lsunmath -lm" # Hopefully 
fixes .so creation
 CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --disable-mex
 CONFIGURE_ARGS += --enable-shared


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to