[oe-issues] [Bug 1152] Moc-2.4.0 failed to build, missing AC_SUBST
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Wed Apr 18 13:28:29 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1152
------- Comment #2 from c.romain at laposte.net 2007-04-18 06:28 -------
_Problem_:
The missing AM_PATH_LIBFLAC is in libFLAC.m4 from libflac. As stated by the moc
developer the libFLAC.m4 file is required to build moc player, even if you
build moc without flac support (see http://moc.daper.net/node/145)
_Solution_:
Add flac in DEPENDS.
But wait, this is not enough because moc still have some cross compil badness!
To get rid of them, '--without-flac' configure options is required.
(alternatively, one would like to have flac support and add
--with-libFLAC-libraries=${STAGING_LIBDIR} and
--with-libFLAC-includes=${STAGING_LIBDIR})
See below for the patch.
--
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-issues
mailing list