mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-23 16:51:44 +03:00
shadowsocks-libev builds a number of static libraries, which end up being used in a shared library. Unfortunately, the code of those static libraries is built without fPIC due to a bogus usage of libtool. This commit adds a patch that fixes how libtool is used, to make sure its produce correct convenience libraries, than can in-turn be linked into shared libraries. Fixes: http://autobuild.buildroot.net/results/75ca164903b8d47fa67343a4c2df11ce3f91d2bd/ and many similar other build failures Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>