tiff: declare ABI_VERSION in libtiffxx as well
authorSebastian Kemper <redacted>
Tue, 30 Jun 2020 16:16:44 +0000 (18:16 +0200)
committerSebastian Kemper <redacted>
Tue, 30 Jun 2020 16:16:46 +0000 (18:16 +0200)
ABI_VERSION is used in Package/libtiffxx/install but not defined, so we
don't get SONAME treatment for libtiffxx. This commit adds the missing
ABI_VERSION.

Signed-off-by: Sebastian Kemper <redacted>
libs/tiff/Makefile

index e6f7f2f735d793a0f2a73f9639670e874611f98e..af3b2cd1af6fbe64b08dbe616cd1270b63fe1a4c 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tiff
 PKG_VERSION:=4.1.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://download.osgeo.org/libtiff
@@ -47,6 +47,7 @@ $(call Package/tiff/Default)
   CATEGORY:=Libraries
   TITLE+= library(c++ bindings)
   DEPENDS:=+libtiff $(CXX_DEPENDS)
+  ABI_VERSION:=5
 endef
 
 define Package/tiff-utils
git clone https://git.99rst.org/PROJECT