summaryrefslogtreecommitdiff
path: root/package/vpnc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-12-23 14:16:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-12-23 14:16:21 +0100
commit4c650985bd7724fd500dc08290880b4a31d62115 (patch)
tree3e3a4703e1f18ff32027fc7a265d9be66073cd41 /package/vpnc/Makefile
parent6935d64dc30f2b0a2651137128fe28a63d574fb2 (diff)
fix musl compile
Diffstat (limited to 'package/vpnc/Makefile')
-rw-r--r--package/vpnc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/vpnc/Makefile b/package/vpnc/Makefile
index 10054738b..a172fa7d2 100644
--- a/package/vpnc/Makefile
+++ b/package/vpnc/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= vpnc
PKG_VERSION:= 0.5.3
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 4378f9551d5b077e1770bbe09995afb3
PKG_DESCR:= client for cisco3000 VPN Concentrator.
PKG_SECTION:= net/security
@@ -19,6 +19,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,VPNC,vpnc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIG_STYLE:= manual
+TARGET_CPPFLAGS+= -D_GNU_SOURCE
XAKE_FLAGS+= CC="${TARGET_CC}" \
OFLAGS="${TARGET_CFLAGS}" \
OS="Linux" \