[gegl/gegl-0-2] Append original LD_LIBRARY_PATH to /tests/python/Makefile.am
- From: Sven Claussner <sclaussner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl/gegl-0-2] Append original LD_LIBRARY_PATH to /tests/python/Makefile.am
- Date: Thu, 26 Sep 2013 18:02:01 +0000 (UTC)
commit dfe95399e3743a29db05a32f4cce1006f6089255
Author: Sven Claussner <sclaussner src gnome org>
Date: Wed Sep 25 20:10:51 2013 +0200
Append original LD_LIBRARY_PATH to /tests/python/Makefile.am
Append original LD_LIBRARY_PATH to /tests/python/Makefile.am
to include the locally built BABL and thus make it unnecessary
to install system BABL packages.
(cherry picked from commit c2889eb25248bc6b887e12bc514a26965932ff21)
tests/python/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/python/Makefile.am b/tests/python/Makefile.am
index 2d1abb6..6b67523 100644
--- a/tests/python/Makefile.am
+++ b/tests/python/Makefile.am
@@ -1,5 +1,5 @@
TESTS_ENVIRONMENT = \
- LD_LIBRARY_PATH=$(top_builddir)/gegl/.libs \
+ LD_LIBRARY_PATH=$(top_builddir)/gegl/.libs:$(LD_LIBRARY_PATH) \
GI_TYPELIB_PATH=$(top_builddir)/gegl:$(GI_TYPELIB_PATH) \
GEGL_SWAP=RAM \
GEGL_PATH=$(top_builddir)/operations/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]