diff options
Diffstat (limited to 'package/liblzo/Makefile')
-rw-r--r-- | package/liblzo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/liblzo/Makefile b/package/liblzo/Makefile index 6b8325d84..e78dd5ff6 100644 --- a/package/liblzo/Makefile +++ b/package/liblzo/Makefile @@ -14,7 +14,7 @@ MASTER_SITES:= http://www.oberhumer.com/opensource/lzo/download/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBLZO,liblzo,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,LIBLZO,liblzo,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE:= gnu CONFIGURE_ARGS+= --enable-static |