summaryrefslogtreecommitdiff
path: root/package/libelf/libelf.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libelf/libelf.mk')
-rw-r--r--package/libelf/libelf.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libelf/libelf.mk b/package/libelf/libelf.mk
index 16d48f588..4876fa999 100644
--- a/package/libelf/libelf.mk
+++ b/package/libelf/libelf.mk
@@ -25,8 +25,7 @@ $(LIBELF_DIR)/.unpacked: $(DL_DIR)/$(LIBELF_SOURCE)
$(LIBELF_DIR)/.configured: $(LIBELF_DIR)/.unpacked
(cd $(LIBELF_DIR); \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS)" \
+ $(TARGET_CONFIGURE_ARGS) \
libelf_cv_working_memmove=yes \
mr_cv_target_elf=yes \
./configure \