On 2009-12-28 6:13 PM, Xiangfu Liu wrote: > Hi Felix Fietkau > > thanks for reply, the makefile at [1] > I try to port StarDict to OpenWrt. > here is the lib depends of StarDict,(*) means compile success in OpenWrt. > > stardict: > |---> libgnomeui-2.0 > |--->gconf2 (in openwrt) > |--->libgnome > |---> libbonobo (*) > |---> libgnome-vfs > |---> gnome-mime-data (*) > |--->libbonoboui > |---> libpopt (in openwrt) > |---> libgnomecanvas > |---> libgnome > |---> bonobo-activation > | > > > [1]http://projects.qi-hardware.com/index.php/p/openwrt-packages/source/tree/master/libgnome-vfs I looked at this package. It seems that you need to enable the libtool fixup by using PKG_FIXUP = libtool before the package.mk include statement. Do this for all of your packages that use libtool internally and it might work better.
- Felix _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
