From: Tobias Oetiker Date: Thu, 29 Sep 2011 11:40:10 +0000 (+0000) Subject: improved library handling X-Git-Tag: v1.5.0-rc1~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9525b076b078f7f6c1cc61bfa45230ff02752b9;p=thirdparty%2Frrdtool-1.x.git 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 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