diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 17:30:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-28 17:30:36 +0100 |
commit | 89551d9a7633d83d45fb22316153dee7cd898fbc (patch) | |
tree | fe55cf46df70e534a912831f3288bd9b2400835f /package/vpnc/Makefile | |
parent | 320e16528ea6a9eba54bac0161e2331093075647 (diff) | |
parent | 7051ba973da28f456659ced479c731a61a624a85 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/vpnc/Makefile')
-rw-r--r-- | package/vpnc/Makefile | 3 |
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" \ |