From 81cd3cf104600122266874d49b184fd18dfdfc44 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 29 Sep 2011 11:40:10 +0000 Subject: [PATCH] improved library handling git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2203 a5681a0c-68f1-0310-ab6d-d61299d08faa --- bindings/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/Makefile.am b/bindings/Makefile.am index c4fdc10..adb68e1 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -33,7 +33,7 @@ ruby: Makefile # 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 -- 2.30.2