diff options
Diffstat (limited to 'package/libelf/Makefile')
-rw-r--r-- | package/libelf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libelf/Makefile b/package/libelf/Makefile index 920747eea..8bf71926e 100644 --- a/package/libelf/Makefile +++ b/package/libelf/Makefile @@ -13,7 +13,7 @@ MASTER_SITES:= http://www.mr511.de/software/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBELF,libelf,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,LIBELF,libelf,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ENV+= mr_cv_target_elf=yes \ |