projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
632ba15
)
polarssl: include PKG_RELEASE in ABI_VERSION
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 May 2015 10:14:04 +0000
(10:14 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 May 2015 10:14:04 +0000
(10:14 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45610
package/libs/polarssl/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/polarssl/Makefile
b/package/libs/polarssl/Makefile
index b4d249088201c6a9c27f88a9db6f6696f6528302..ce9dd151db3d3bfd27337ac699dbf63ad76689f2 100644
(file)
--- 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