[GRASS-SVN] r67186 - grass/branches/releasebranch_7_0/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 16 15:47:15 PST 2015


Author: martinl
Date: 2015-12-16 15:47:15 -0800 (Wed, 16 Dec 2015)
New Revision: 67186

Modified:
   grass/branches/releasebranch_7_0/include/Make/Rules.make
Log:
Rules.make: add $(GISBASE)/bin to $(LD_LIBRARY_PATH_VAR) to fix addons compilation issue on windows
            (merge r67185 from trunk)


Modified: grass/branches/releasebranch_7_0/include/Make/Rules.make
===================================================================
--- grass/branches/releasebranch_7_0/include/Make/Rules.make	2015-12-16 23:45:52 UTC (rev 67185)
+++ grass/branches/releasebranch_7_0/include/Make/Rules.make	2015-12-16 23:47:15 UTC (rev 67186)
@@ -37,7 +37,7 @@
 	GISBASE=$(RUN_GISBASE) \
 	PATH="$(ARCH_DISTDIR)/bin:$(GISBASE)/bin:$(GISBASE)/scripts:$$PATH" \
 	PYTHONPATH="$(GRASS_PYTHONPATH)" \
-	$(LD_LIBRARY_PATH_VAR)="$(BIN):$(GISBASE)/scripts:$(ARCH_LIBDIR):$(BASE_LIBDIR):$($(LD_LIBRARY_PATH_VAR))" \
+	$(LD_LIBRARY_PATH_VAR)="$(BIN):$(GISBASE)/bin:$(GISBASE)/scripts:$(ARCH_LIBDIR):$(BASE_LIBDIR):$($(LD_LIBRARY_PATH_VAR))" \
 	LC_ALL=C \
 	$(1)
 



More information about the grass-commit mailing list