Yes, this one looks safe too, although it affects only compilation running on non English locales thus a minority of users.
Māris. 2017-05-30 11:44 GMT+03:00 Markus Neteler <[email protected]>: > Hi Maris, > > and, shall I backport this one? > > Markus > > On Sat, Apr 1, 2017 at 2:35 PM, <[email protected]> wrote: >> Author: marisn >> Date: 2017-04-01 05:35:46 -0700 (Sat, 01 Apr 2017) >> New Revision: 70821 >> >> Modified: >> grass/trunk/include/Make/Rules.make >> Log: >> Enforce C language when running Python during compilation as LANGUAGE has a >> preference over LC_ALL. >> >> >> Modified: grass/trunk/include/Make/Rules.make >> =================================================================== >> --- grass/trunk/include/Make/Rules.make 2017-04-01 11:48:43 UTC (rev 70820) >> +++ grass/trunk/include/Make/Rules.make 2017-04-01 12:35:46 UTC (rev 70821) >> @@ -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 >> >> _______________________________________________ >> grass-commit mailing list >> [email protected] >> https://lists.osgeo.org/mailman/listinfo/grass-commit > _______________________________________________ > grass-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/grass-dev _______________________________________________ grass-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-dev
