<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 25, 2013, at 9:16 PM, Bryan Kadzban wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">I think pkg-config (or possibly libtool, but pkg-config is generally<br>better in a multilib setup, because you can use the multilib wrapper<br>around two separate installations of it, with different default<br>PKG_CONFIG_PATHs) should pick this up.  Of course, if pkg-config isn't<br>present in clfs, that'll be hard (I haven't looked at clfs in a long<br>time)...  :-)</span></blockquote></div><br><div>The boot method uses the cross-compiler and temp system to build the utils for booting, and so pkg-config is not installed.</div><div>We set variables to what pkg-config would result and when building e2fsprogs, set PKG_CONFIG=true.</div><div><br></div><div>for udev, we set the proper variables, it would use pkg-config as well.</div><div><br></div><div>We install util-linux which provides uuid and blkid.</div><div>Then we install e2fsprogs and not use the private uuid and blkid provided by e2fsprogs.</div><div>Then there is shadow and udev. Going through the process in my head without looking at the book.</div><div><br></div><div>Only the multilib book is having issues and that's what we are looking at right now.</div><div><br></div><div><br></div><div>Sincerely,</div><div><br></div><div>William Harrington</div></body></html>