openwrt-packages/libs/tiff
Sebastian Kemper 883af8a5d1 tiff: revert uclibc++ commit
This reverts 5b5659850d.

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>
2018-03-04 19:14:10 +01:00
..
patches tiff: version bump 2018-01-30 15:00:02 +01:00
Makefile tiff: revert uclibc++ commit 2018-03-04 19:14:10 +01:00