Setup libstdc++.so -> libgnustl_shared.so early
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 10 Aug 2016 23:45:41 +0000 (19:45 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 10 Aug 2016 23:45:41 +0000 (19:45 -0400)
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.


No differences found