X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=bindings%2FMakefile.am;h=adb68e16e86356df35dd953f14775f01ebe5c502;hb=674b898cd02172d48c8aca6e8bfdb4e8c3e43e8f;hp=c4fdc10f292ab7b70c3b92fc4bc9fb83998386fc;hpb=c58468053158550642d5cc92400a09cfb7b75376;p=rrdtool.git 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