diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2016-04-25 09:25:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:41:43 +0100 |
commit | 71979b2ff7a0f78892435558e27bf0779367de55 (patch) | |
tree | f4e96a3643335311ce1da122986f51e93e98e018 /meta/recipes-devtools/rpm/rpm_5.4.16.bb | |
parent | 592e5a94e64913d91719d20e32edc10be52f30e4 (diff) | |
download | poky-71979b2ff7a0f78892435558e27bf0779367de55.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
(From OE-Core rev: 54665fb9e27ba1b0e4eddaf170303d4f2db66fae)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.16.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_5.4.16.bb | 1 |
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 \ | |||
328 | --without-ruby \ | 328 | --without-ruby \ |
329 | --without-squirrel \ | 329 | --without-squirrel \ |
330 | --without-sasl2 \ | 330 | --without-sasl2 \ |
331 | --without-tomcrypt \ | ||
331 | --with-build-extlibdep \ | 332 | --with-build-extlibdep \ |
332 | --with-build-maxextlibdep \ | 333 | --with-build-maxextlibdep \ |
333 | --without-valgrind \ | 334 | --without-valgrind \ |