[csw-devel] SF.net SVN: gar:[17925] csw/mgar/pkg/grass/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed May 2 13:07:38 CEST 2012


Revision: 17925
          http://gar.svn.sourceforge.net/gar/?rev=17925&view=rev
Author:   bdwalton
Date:     2012-05-02 11:07:38 +0000 (Wed, 02 May 2012)
Log Message:
-----------
grass/trunk: add configure options and an additional build dependency

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

Modified: csw/mgar/pkg/grass/trunk/Makefile
===================================================================
--- csw/mgar/pkg/grass/trunk/Makefile	2012-05-02 10:24:10 UTC (rev 17924)
+++ csw/mgar/pkg/grass/trunk/Makefile	2012-05-02 11:07:38 UTC (rev 17925)
@@ -20,8 +20,18 @@
 BUILD_DEP_PKGS += CSWlibz-dev
 BUILD_DEP_PKGS += CSWlibncurses-dev
 BUILD_DEP_PKGS += CSWproj-dev
+# for nad2bin
+BUILD_DEP_PKGS += CSWproj
 
 CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-mysql
+CONFIGURE_ARGS += --with-postgres
+CONFIGURE_ARGS += --with-readline
+CONFIGURE_ARGS += --with-mysql-includes=$(prefix)/include/mysql
+CONFIGURE_ARGS += --with-gdal=/opt/csw/bin/gdal-config
+CONFIGURE_ARGS += --with-geos=/opt/csw/bin/geos-config
+CONFIGURE_ARGS += --with-python=/opt/csw/bin/python-config
+CONFIGURE_ARGS += --with-proj-share=/opt/csw/share/proj
 
 include gar/category.mk
 

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