From: Andreas Oberritter Date: Mon, 25 Apr 2016 07:25:33 +0000 (+0200) Subject: rpm: explicitly disable tomcrypt X-Git-Tag: uninative-1.0~261 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=54665fb9e27ba1b0e4eddaf170303d4f2db66fae;p=openembedded-core.git rpm: explicitly disable tomcrypt Configure autodetects libtomcrypt, but then it adds libtommath to $LIBS and fails to link subsequent tests if it's unavailable. | checking for pcre.h... yes | checking for pcre_compile in -lpcre... no | checking whether to build with PCRE library... no | ++ executing failure action | configure: error: unable to find usable PCRE library Signed-off-by: Andreas Oberritter Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb index cbdca88eaa..f2c12d2de1 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.16.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.16.bb @@ -328,6 +328,7 @@ EXTRA_OECONF += "--verbose \ --without-ruby \ --without-squirrel \ --without-sasl2 \ + --without-tomcrypt \ --with-build-extlibdep \ --with-build-maxextlibdep \ --without-valgrind \