diff options
Diffstat (limited to 'package/vpnc/Makefile')
-rw-r--r-- | package/vpnc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vpnc/Makefile b/package/vpnc/Makefile index 8936a9fe2..e4eab95b5 100644 --- a/package/vpnc/Makefile +++ b/package/vpnc/Makefile @@ -16,7 +16,7 @@ PKG_DEPENDS:= libgcrypt libgpg-error kmod-tun include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,VPNC,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,VPNC,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE})) BUILD_STYLE:= auto XAKE_FLAGS+= CC="${TARGET_CC}" \ |