[oe-issues] [Bug 1844] New: libmutil0_svn.bb setup misses libltdl creation
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Sat Feb 3 09:01:52 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=1844
Summary: libmutil0_svn.bb setup misses libltdl creation
Product: Openembedded
Version: unspecified
Platform: All
URL: http://www.almesberger.net/misc/openmoko/libmutil/
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: werner at almesberger.net
QAContact: tinderbox-oe at gmx.net
libmutil uses libltdl, which is created by running the shell script
"bootstrap". However, libmutil0_svn.bb does no such thing, causing a build
failure due to missing the libltdl dependency in Makefile.ac
I've found two possible solutions: (1) add do_configure, which runs
"bootstrap", or (2) run "libtoolize --ltdl" and autotools_do_configure
directly. Either way, I get a good build.
Updated .bb file and diff at http://www.almesberger.net/misc/openmoko/libmutil/
--
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