aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_5.4.16.bb
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2016-04-25 09:25:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-04-29 07:34:11 +0100
commit54665fb9e27ba1b0e4eddaf170303d4f2db66fae (patch)
tree997cedbbbee34c9e32af0f6e07f9e05672badf3e /meta/recipes-devtools/rpm/rpm_5.4.16.bb
parentbdb5a6a5b3c31ed44bed8321f5febb6a09dfb9f2 (diff)
downloadopenembedded-core-54665fb9e27ba1b0e4eddaf170303d4f2db66fae.tar.gz
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 <obi@opendreambox.org> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.16.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.16.bb1
1 files changed, 1 insertions, 0 deletions
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 \