aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs
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
commitd9fcc3e9932a96a7d5a4bf1fb1ee2e6ef6d6740c (patch)
treeb93183d471acd89fd5216ba0c3ff1f0d7c93c421 /package/libs
parentfe0ecbfd95de59d7731dcb82d33cdaae8aae4a25 (diff)
downloadmaster-187ad058-d9fcc3e9932a96a7d5a4bf1fb1ee2e6ef6d6740c.tar.gz
master-187ad058-d9fcc3e9932a96a7d5a4bf1fb1ee2e6ef6d6740c.tar.bz2
master-187ad058-d9fcc3e9932a96a7d5a4bf1fb1ee2e6ef6d6740c.zip
polarssl: include PKG_RELEASE in ABI_VERSION
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45610 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-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