diff options
Diffstat (limited to 'package/libao/Makefile')
-rw-r--r-- | package/libao/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libao/Makefile b/package/libao/Makefile index 1cb4494e5..17e834427 100644 --- a/package/libao/Makefile +++ b/package/libao/Makefile @@ -13,7 +13,7 @@ MASTER_SITES:= http://downloads.xiph.org/releases/ao/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBAO,libao,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,LIBAO,libao,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --disable-esd \ |