[GRASS-SVN] r71154 - grass/branches/releasebranch_7_2/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 31 01:56:54 PDT 2017
Author: neteler
Date: 2017-05-31 01:56:53 -0700 (Wed, 31 May 2017)
New Revision: 71154
Modified:
grass/branches/releasebranch_7_2/include/Make/Rules.make
Log:
Rules.make: Enforce C language when running Python during compilation as LANGUAGE has a preference over LC_ALL (trunk, r70821)
Modified: grass/branches/releasebranch_7_2/include/Make/Rules.make
===================================================================
--- grass/branches/releasebranch_7_2/include/Make/Rules.make 2017-05-31 08:55:20 UTC (rev 71153)
+++ grass/branches/releasebranch_7_2/include/Make/Rules.make 2017-05-31 08:56:53 UTC (rev 71154)
@@ -38,7 +38,7 @@
PATH="$(ARCH_DISTDIR)/bin:$(GISBASE)/bin:$(GISBASE)/scripts:$$PATH" \
PYTHONPATH="$(GRASS_PYTHONPATH)" \
$(LD_LIBRARY_PATH_VAR)="$(BIN):$(GISBASE)/bin:$(GISBASE)/scripts:$(ARCH_LIBDIR):$(BASE_LIBDIR):$($(LD_LIBRARY_PATH_VAR))" \
- LC_ALL=C \
+ LC_ALL=C LANG=C LANGUAGE=C \
$(1)
# default clean rules
More information about the grass-commit
mailing list