aboutsummaryrefslogtreecommitdiff
path: root/libs/tiff
diff options
context:
space:
mode:
authorSebastian Kemper <sebastian_ml@gmx.net>2018-02-24 11:54:23 +0100
committerSebastian Kemper <sebastian_ml@gmx.net>2018-02-24 11:54:25 +0100
commit5b5659850dbaae4d2ac2e3f599015f71e341841e (patch)
treec757714d5d478bca99ce640d15b406e190821b17 /libs/tiff
parent8bd3bd86ada61be5edcf89f9e1d51402c5688e79 (diff)
tiff: remove uclibc++.mk include
The include injects a lib depend on libuClibc++.so.0 into the package, even on musl. Remove it and replace the depend with libstcpp instead. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat (limited to 'libs/tiff')
-rw-r--r--libs/tiff/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile
index 79c8f0b94..1f28ab148 100644
--- a/libs/tiff/Makefile
+++ b/libs/tiff/Makefile
@@ -25,7 +25,6 @@ PKG_INSTALL:=1
PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_libtiffxx
-include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk
define Package/tiff/Default
@@ -47,7 +46,7 @@ $(call Package/tiff/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= library(c++ bindings)
- DEPENDS:=+libtiff $(CXX_DEPENDS)
+ DEPENDS:=+libtiff +PACKAGE_libtiffxx:libstdcpp
endef
define Package/tiff-utils