diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-05-05 10:14:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-05-05 10:14:04 +0000 |
commit | 334ad1d49f418dd17852fbf949ab314b2a34094d (patch) | |
tree | 7b1211d15f2ef03c6396d036a7135dce79e72487 /package/libs/polarssl | |
parent | 632ba15a56a979990e12ade5adac62112c3ebe7b (diff) | |
download | upstream-334ad1d49f418dd17852fbf949ab314b2a34094d.tar.gz upstream-334ad1d49f418dd17852fbf949ab314b2a34094d.tar.bz2 upstream-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/Makefile | 4 |
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 |