pcapsipdump: revert uclibc++ commit
authorSebastian Kemper <sebastian_ml@gmx.net>
Sun, 4 Mar 2018 18:18:33 +0000 (19:18 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sun, 4 Mar 2018 18:18:35 +0000 (19:18 +0100)
commitda85405911d5eb5affddd17ab42aff14e4f6e2ba
tree0c108bb143358b9714bc8747b5136d8ca842a854
parent436d64507acedfeb6c1d7c40df216b38fde1dad1
pcapsipdump: revert uclibc++ commit

This reverts commit 6857bc21ebb7ab6408a968797f699921f0fb6441.

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/pcapsipdump/Makefile