From e9525b076b078f7f6c1cc61bfa45230ff02752b9 Mon Sep 17 00:00:00 2001 From: Tobias 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 c4fdc10f..adb68e16 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.47.3