summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7af26ea)
raw | patch | inline | side by side (parent: 7af26ea)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 29 Sep 2011 11:40:10 +0000 (11:40 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 29 Sep 2011 11:40:10 +0000 (11:40 +0000) |
bindings/Makefile.am | patch | blob | history |
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index c4fdc10f292ab7b70c3b92fc4bc9fb83998386fc..adb68e16e86356df35dd953f14775f01ebe5c502 100644 (file)
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
# rules for building the pyton module
python: Makefile
- cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
+ cd python && env BUILDLIBDIR=../../src/.libs LD_RUN_PATH=$(libdir) $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build
# rules for building the perl module
perl_piped: perl-piped/Makefile