yate: revert uclibc++ commit 290/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 4 Mar 2018 18:21:09 +0000 (19:21 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 4 Mar 2018 18:21:28 +0000 (19:21 +0100)
commitecfb5062eff15f90093da26ad3e03e9fcc6a2462
tree8dbc105a20cd4b0975037c2f13d44c6ac7eb6278
parentda85405911d5eb5affddd17ab42aff14e4f6e2ba
yate: revert uclibc++ commit

This reverts commit b8b9818a13366e69eb769aeee973db18eecfcca8.

In hindsight I have to admit I did not correctly understand the
implications of the uclibc++.mk include.

The include allows a package to follow the user's choice regarding which
C++ library should be the standard. Linking against uClibc++ instead of
libstd++ is not a problem when running musl (which is what I had
incorrectly assumed), as both C++ libs are separate packages. And
uClibc++ is a lot smaller than libstd++, which is probably why it is
even the default C++ lib on OpenWrt currently.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/yate/Makefile