GNOME Bugzilla – Bug 558639
cross-configuring interrupts due to a failing check for "OpenSSL directory"
Last modified: 2008-10-31 18:34:31 UTC
Please describe the problem: when switching to version 0.10.9, cross-configuring with OpenEmbedded fails due to a failing check for OpenSSL directory. Error message below, config.log following. Steps to reproduce: 1. used bitbake package (correspponds to an ebuild file) from version 0.10.8 2. reversioned it to 0.10.9 3. ran bitbake gst-plugins-good Actual results: checking for OpenSSL directory... configure: error: cannot run test program while cross compiling Expected results: i'd expect the checking to be cross-compile proof Does this happen every time? yes Other information: maybe use AC_TRY_COMPILE in configure instead?
Created attachment 121716 [details] config.log
--disable-apexsink is a workaround for right now
2008-10-31 Sebastian Dröge <sebastian.droege@collabora.co.uk> * configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the linking is what is interesting, not that it actually runs. Fixes cross-compilation and fixes bug #558639.