[GRASS-dev] [GRASS-SVN] r70821 - grass/trunk/include/Make

Markus Neteler neteler at osgeo.org
Tue May 30 01:44:23 PDT 2017


Hi Maris,

and, shall I backport this one?

Markus

On Sat, Apr 1, 2017 at 2:35 PM,  <svn_grass at osgeo.org> 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
> grass-commit at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/grass-commit


More information about the grass-dev mailing list