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>
This commit is contained in:
Andreas Oberritter 2016-04-25 09:25:33 +02:00 committed by Richard Purdie
parent 592e5a94e6
commit 71979b2ff7
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ EXTRA_OECONF += "--verbose \
--without-ruby \
--without-squirrel \
--without-sasl2 \
--without-tomcrypt \
--with-build-extlibdep \
--with-build-maxextlibdep \
--without-valgrind \