diff options
-rw-r--r-- | package/libelf/libelf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libelf/libelf.mk b/package/libelf/libelf.mk index daee7fdff..b77b7b2ea 100644 --- a/package/libelf/libelf.mk +++ b/package/libelf/libelf.mk @@ -10,7 +10,7 @@ LIBELF_INSTALL_STAGING = YES LIBELF_INSTALL_STAGING_OPT = instroot=$(STAGING_DIR) install LIBELF_INSTALL_TARGET_OPT = instroot=$(TARGET_DIR) install -LIBELD_CONF_ENV = libelf_cv_working_memmove=yes \ +LIBELF_CONF_ENV = libelf_cv_working_memmove=yes \ mr_cv_target_elf=yes \ libelf_64bit=yes |