[oe] [Bug 1160] libxslt fails to build

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sun Sep 10 05:16:31 UTC 2006


http://bugs.openembedded.org/show_bug.cgi?id=1160


lenehan at twibble.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #2 from lenehan at twibble.org  2006-09-09 22:16 -------
This is caused by the configure script finding libgcrypt-config on the host:

 configure:22292: checking for libgcrypt-config
 configure:22310: found /usr/bin/libgcrypt-config
 configure:22323: result: /usr/bin/libgcrypt-config

If libgcrypt-config is not installed on the host then crypto support will be
disabled.

So there are two fixes here:

1) Add libgcrypt to DEPENDS if we want crypto; or
2) Add --without-crypto to EXTRA_OECONF to disable crypto.

Since people will already be randomly getting crypto enabled or not I suspect
that disabling crypto is the correct option here.

If no one else has any comments I'll submit the change to disable crypto in a
few days.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-devel mailing list