tiff: revert uclibc++ commit
authorSebastian Kemper <redacted>
Sun, 4 Mar 2018 18:04:40 +0000 (19:04 +0100)
committerSebastian Kemper <redacted>
Sun, 4 Mar 2018 18:14:10 +0000 (19:14 +0100)
commit883af8a5d1577230d0b1ea9e1740c7bf8aec2c70
treed0e9f5a57be1be972b290296161d01cb8462df1d
parent153b14cbfb32a7f959b1dffd5c481640413e957c
tiff: revert uclibc++ commit

This reverts 5b5659850dbaae4d2ac2e3f599015f71e341841e.

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 <redacted>
libs/tiff/Makefile
git clone https://git.99rst.org/PROJECT