[GRASS-SVN] r70872 - grass/trunk/general/g.version

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 14 13:52:56 PDT 2017


Author: martinl
Date: 2017-04-14 13:52:56 -0700 (Fri, 14 Apr 2017)
New Revision: 70872

Modified:
   grass/trunk/general/g.version/Makefile
Log:
g.version: fix build failure on --with-sqlite-includes

Modified: grass/trunk/general/g.version/Makefile
===================================================================
--- grass/trunk/general/g.version/Makefile	2017-04-14 07:00:28 UTC (rev 70871)
+++ grass/trunk/general/g.version/Makefile	2017-04-14 20:52:56 UTC (rev 70872)
@@ -5,7 +5,7 @@
 # cat the COPYING file, add a c line-break \n at each line end
 # and remove the unix newline (see: include/Makefile)
 
-EXTRA_CFLAGS = $(PROJINC) $(GEOSCFLAGS) \
+EXTRA_CFLAGS = $(PROJINC) $(GEOSCFLAGS) $(SQLITEINCPATH) \
 	-DGRASS_VERSION_NUMBER=\"'$(GRASS_VERSION_NUMBER)'\" \
 	-DGRASS_VERSION_DATE=\"'$(GRASS_VERSION_DATE)'\" \
 	-DGRASS_VERSION_SVN=\"'$(GRASS_VERSION_SVN)'\" \



More information about the grass-commit mailing list