Message ID | bddf85b42118361920fbde7c54baffd0e085d5a7.1374669516.git.Martin.Jansa@gmail.com |
---|---|
State | Accepted, archived |
Commit | db4e0caccab0b5bc1bc59307d6289e8bf9793bc9 |
Headers | show |
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb index b92fe2f..dc43163 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb @@ -19,6 +19,9 @@ inherit autotools gettext EXTRA_AUTORECONF = "-I m4" +PACKAGECONFIG ??= "" +PACKAGECONFIG[dbi] = "--enable-libdbi,--disable-libdbi,libdbi" + EXTRA_OECONF = " \ --enable-shared \ --enable-local-libpng \
* dbi was autodetected from sysroot causing undeterministic builds and failures in lmsensors builds: ld: warning: libdbi.so.1, needed by sysroots/qemux86/usr/lib/librrd.so, not found (try using -rpath or -rpath-link) sysroots/qemux86/usr/lib/librrd.so: undefined reference to `dbi_result_get_string_idx' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta-oe/recipes-extended/rrdtool/rrdtool_1.4.7.bb | 3 +++ 1 file changed, 3 insertions(+)