[Buildroot] fixing libtool in buildroot

John Voltz john.voltz at gmail.com
Wed Apr 30 19:07:29 UTC 2008


Another thing I discovered, if autoreconf runs, it replaces ltmain.sh with a
new copy. So I propose this next addition to Makefile.autotools.in:

# Configuring
$(BUILD_DIR)/%/.stamp_configured:
    $(call MESSAGE,"Configuring")
    $(Q)if test "$($(PKG)_AUTORECONF)" = "YES"; then \
        cd $(@D)/$($(PKG)_SUBDIR) && $(AUTORECONF); \
        for i in `find $(@D) -name ltmain.sh`; do \
            ../../toolchain/patch-kernel.sh $${i%/*} ../../package
buildroot-libtool.patch; \
        done \
    fi


>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/buildroot/attachments/20080430/8aff90a0/attachment-0002.htm 


More information about the buildroot mailing list