From: oetiker Date: Thu, 29 Sep 2011 11:40:10 +0000 (+0000) Subject: improved library handling X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=81cd3cf104600122266874d49b184fd18dfdfc44 improved library handling git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2203 a5681a0c-68f1-0310-ab6d-d61299d08faa --- 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