]> code.ossystems Code Review - openembedded-core.git/commitdiff
rpm: explicitly disable tomcrypt
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 25 Apr 2016 07:25:33 +0000 (09:25 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 06:34:11 +0000 (07:34 +0100)
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>
meta/recipes-devtools/rpm/rpm_5.4.16.bb

index cbdca88eaa8a505cba53a558a16bd42ae2d47d10..f2c12d2de1a6d7d0d1314a5c84d90b25649c5809 100644 (file)
@@ -328,6 +328,7 @@ EXTRA_OECONF += "--verbose \
                --without-ruby \
                --without-squirrel \
                --without-sasl2 \
+               --without-tomcrypt \
                --with-build-extlibdep \
                --with-build-maxextlibdep \
                --without-valgrind \