[oe-commits] [openembedded-core] 10/17: rpm: explicitly disable tomcrypt

git at git.openembedded.org git at git.openembedded.org
Fri Apr 29 06:55:06 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 54665fb9e27ba1b0e4eddaf170303d4f2db66fae
Author: Andreas Oberritter <obi at opendreambox.org>
AuthorDate: Mon Apr 25 09:25:33 2016 +0200

    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 at opendreambox.org>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/rpm/rpm_5.4.16.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/rpm/rpm_5.4.16.bb b/meta/recipes-devtools/rpm/rpm_5.4.16.bb
index cbdca88..f2c12d2 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list