diff options
Diffstat (limited to 'meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb')
-rw-r--r-- | meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb index 91a30cf3d..d4f9834d0 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb | |||
@@ -70,8 +70,8 @@ do_configure() { | |||
70 | sed -i -e '/PYTHON_INCLUDES="-I${/c \ | 70 | sed -i -e '/PYTHON_INCLUDES="-I${/c \ |
71 | PYTHON_INCLUDES="-I=/usr/include/python${PYTHON_BASEVERSION}"' \ | 71 | PYTHON_INCLUDES="-I=/usr/include/python${PYTHON_BASEVERSION}"' \ |
72 | ${S}/m4/acinclude.m4 | 72 | ${S}/m4/acinclude.m4 |
73 | #remove the hardcoded $(libdir) rpath | 73 | #remove the useless RPATH from the rrdtool.so |
74 | sed -i -e 's|--rpath=$(libdir)||g' ${S}/bindings/Makefile.am | 74 | sed -i -e 's|LD_RUN_PATH=$(libdir)||g' ${S}/bindings/Makefile.am |
75 | 75 | ||
76 | autotools_do_configure | 76 | autotools_do_configure |
77 | 77 | ||