diff options
Diffstat (limited to 'package/libxml2')
-rw-r--r-- | package/libxml2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index 3a8afc371..6d12d115c 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -14,7 +14,7 @@ MASTER_SITES:= http://xmlsoft.org/sources/ \ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBXML2,libxml2,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,LIBXML2,libxml2,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --without-c14n \ |