summaryrefslogtreecommitdiffstats
path: root/package/libs/polarssl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-05-05 10:14:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-05-05 10:14:04 +0000
commit334ad1d49f418dd17852fbf949ab314b2a34094d (patch)
tree7b1211d15f2ef03c6396d036a7135dce79e72487 /package/libs/polarssl
parent632ba15a56a979990e12ade5adac62112c3ebe7b (diff)
downloadmaster-31e0f0ae-334ad1d49f418dd17852fbf949ab314b2a34094d.tar.gz
master-31e0f0ae-334ad1d49f418dd17852fbf949ab314b2a34094d.tar.bz2
master-31e0f0ae-334ad1d49f418dd17852fbf949ab314b2a34094d.zip
polarssl: include PKG_RELEASE in ABI_VERSION
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45610
Diffstat (limited to 'package/libs/polarssl')
-rw-r--r--package/libs/polarssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/polarssl/Makefile b/package/libs/polarssl/Makefile
index b4d2490882..ce9dd151db 100644
--- a/package/libs/polarssl/Makefile
+++ b/package/libs/polarssl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mbedtls
PKG_VERSION:=1.3.10
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz
@@ -38,7 +38,7 @@ $(call Package/polarssl/Default)
SECTION:=libs
CATEGORY:=Libraries
TITLE+= (library)
- ABI_VERSION:=$(PKG_VERSION)
+ ABI_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)
endef
define Package/libpolarssl/description