diff options
Diffstat (limited to 'package/ptunnel/Makefile')
-rw-r--r-- | package/ptunnel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ptunnel/Makefile b/package/ptunnel/Makefile index db1a83347..162d11d4d 100644 --- a/package/ptunnel/Makefile +++ b/package/ptunnel/Makefile @@ -13,7 +13,7 @@ MASTER_SITES:= http://www.cti.ecp.fr/~beauxir5/ptunnel/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,PTUNNEL,ptunnel,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,PTUNNEL,ptunnel,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE:= gnu CONFIGURE_ENV+= BUILD_CC="${TARGET_CC}" \ |