summaryrefslogtreecommitdiff
path: root/package/pcrepp/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-17 20:15:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-17 20:15:46 +0100
commit777ba90340ac177369918daf0f66a27f97a8d911 (patch)
tree1e9245928fde6c38bc7ed19043f83e939a1d2f98 /package/pcrepp/Makefile
parent055a91209eea4512209445922055af125af2ab34 (diff)
fix musl compile
Diffstat (limited to 'package/pcrepp/Makefile')
-rw-r--r--package/pcrepp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcrepp/Makefile b/package/pcrepp/Makefile
index e96d04e38..5d662f20f 100644
--- a/package/pcrepp/Makefile
+++ b/package/pcrepp/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= pcrepp
PKG_VERSION:= 0.9.5
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 1fe6ea8e23ece01fde2ce5fb4746acc2
PKG_DESCR:= Cpp Wrapper classes for PCRE
PKG_SECTION:= libs