On Wednesday 14 November 2012 11:56:24 Drasko DRASKOVIC wrote: > Hi Jow, > > On Wed, Nov 14, 2012 at 11:34 AM, Jo-Philipp Wich <[email protected]> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Hi, > > > > in most cases it is enough to specify > > > > PKG_FIXUP:=autoreconf > > > > in the OpenWrt Makefile. This will regenerate configure scripts, > > Makefiles and embedded libtool copies with patched variants. > > I did not provide embedded libtool. I thought that one present in the > OpenWRT can be used, passing --tag=CC as a parameter. > > It turns out that it is buggy on the link stage (as I described). > > Does this means that every package __HAS__ to provide embedded libtool ?
No, as I explained it in my email, you just need to tell the OpenWrt makefile specific to your package that you should use the OpenWrt-provided libtool and not the one shipped with your package by default. -- Florian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
