tiff: remove uclibc++.mk include
authorSebastian Kemper <redacted>
Sat, 24 Feb 2018 10:54:23 +0000 (11:54 +0100)
committerSebastian Kemper <redacted>
Sat, 24 Feb 2018 10:54:25 +0000 (11:54 +0100)
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 <redacted>
libs/tiff/Makefile

index 79c8f0b94a59e8cd3f1a4609d6675b0d616e900f..1f28ab14804e479cdc931c9b0d87260d721db1cb 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT