[GRASS-SVN] r70873 - grass/branches/releasebranch_7_2/general/g.version
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Apr 14 13:54:53 PDT 2017
Author: martinl
Date: 2017-04-14 13:54:53 -0700 (Fri, 14 Apr 2017)
New Revision: 70873
Modified:
grass/branches/releasebranch_7_2/general/g.version/Makefile
Log:
g.version: fix build failure on --with-sqlite-includes (merge r70872 from trunk)
Modified: grass/branches/releasebranch_7_2/general/g.version/Makefile
===================================================================
--- grass/branches/releasebranch_7_2/general/g.version/Makefile 2017-04-14 20:52:56 UTC (rev 70872)
+++ grass/branches/releasebranch_7_2/general/g.version/Makefile 2017-04-14 20:54:53 UTC (rev 70873)
@@ -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