[Buildroot] Problem calling ldconfig in ext2root.mk

Bernhard Fischer rep.dot.nop at gmail.com
Fri Aug 24 08:54:48 UTC 2007


On Thu, Aug 23, 2007 at 05:12:59PM -0700, Todd Valentic wrote:
>Hi -
>
>I'm having a problem with a recent change in ext2root.mk (showed up in 
>r19618):
>
>http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/target/ext2/ext2root.mk?rev=19618&r1=19604&r2=19618
>
>-	-$(TARGET_LDCONFIG) -r $(TARGET_DIR) 2>/dev/null
>+	$(TARGET_LDCONFIG) -r $(TARGET_DIR) 2>/dev/null
>
>
>I'm using an external toolchain that doesn't have an ldconfig, so the 
>make bombs out at this
>point. The makefile used to ignore this, which was OK for my system. 
>Should there be a check
>to see if $(TARGET_LDCONFIG) exists?

Does the attached is any better?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: br2.target_ldconfig-conditional.diff
Type: text/x-diff
Size: 4164 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20070824/56e4cb3b/attachment.diff>


More information about the buildroot mailing list