diff options
Diffstat (limited to 'package/igmpproxy/Makefile')
-rw-r--r-- | package/igmpproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/igmpproxy/Makefile b/package/igmpproxy/Makefile index a52cc8133..90ff81152 100644 --- a/package/igmpproxy/Makefile +++ b/package/igmpproxy/Makefile @@ -15,7 +15,7 @@ WRKDIST= ${WRKDIR}/${PKG_NAME} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,IGMPPROXY,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,IGMPPROXY,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE})) do-build: ${MAKE} CC="${TARGET_CC}" CFLAGS="${TARGET_CFLAGS}" -C ${WRKBUILD}/src |