net/yate: Remove uclibc++.mk include
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 18 Feb 2018 09:04:18 +0000 (10:04 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 18 Feb 2018 09:04:23 +0000 (10:04 +0100)
commitb8b9818a13366e69eb769aeee973db18eecfcca8
treefd147031a16585d669672e4990d7207880b40121
parentb3dff13a0778effa64d576befd32e3570a5a1dfe
net/yate: Remove uclibc++.mk include

With this include libuClibc++.so.0 gets added as a lib depend, even on
musl. readelf shows:

  Dynamic section at offset 0x10ea60 contains 23 entries:
    Tag        Type                         Name/Value
   0x0000000000000001 (NEEDED)             Shared library: [libuClibc++.so.0]
   0x0000000000000001 (NEEDED)             Shared library: [libc.so]
   0x0000000000000001 (NEEDED)             Shared library: [libgcc_s.so.1]
   0x000000000000000e (SONAME)             Library soname: [libyate.so.6.0.0]

Remove the include from the Makefile and add a depend on libstdcpp
instead.

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