-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Florian Fainelli wrote: > Le Saturday 23 October 2010 20:34:06, Nicolas Leonard a écrit : >> Hello, >> >> I have modified the Makefile of the libevent package, as it produced a >> weird error when I try to compile my project using it. >> >> With the line "Hooks/InstallDev/Post += libtool_fixup_libdir", I've got a >> strange "/usr/lib/libevent.so" added to my link command line, which >> produces an error. >> >> Without the line, it works fine. Isn't the libtool support directly >> included in the common makefiles ? > > It looks like both PKG_FIXUP_LIBTOOL and Hooks/InstallDev/Post are trying to > achieve the same goal. Lars, you added this in r19714, was that intentional? > -- > Florian
Hi Yes. I must have overlooked the additional "Hooks/InstallDev/Post += libtool_fixup_libdir" when i added the "PKG_FIXUP:=libtool". So the second fixup is redundant and it is save to remove the additional fixup. - - Lars -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkzDOHQACgkQBX4mSR26RiOKnQCfUdMbEVj5JyElTi3DYUbQc2q0 PRYAn1YSigoYGg1qRFmAept/cq/5xaYx =a3zv -----END PGP SIGNATURE----- _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
