From: Fredrik Fornwall Date: Wed, 10 Aug 2016 23:45:41 +0000 (-0400) Subject: Setup libstdc++.so -> libgnustl_shared.so early X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/3f300a10fc7d4d34642f80368bb02f2898f7fb8a?hp=3f300a10fc7d4d34642f80368bb02f2898f7fb8a Setup libstdc++.so -> libgnustl_shared.so early Let build-package.sh setup the $PREFIX/lib/libstdc++.so symlink before building any package, to make sure that all C++ applications link against a fully featured C++ standard library. Avoid explicitly declaring a dependency on the libgnustl package since everyone may link against it at will and instead mark it as essential. ---