summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index f97f9e47d..399ec880e 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -23,8 +23,7 @@ $(LIBTOOL_DIR)/.unpacked: $(DL_DIR)/$(LIBTOOL_SOURCE)
$(LIBTOOL_DIR)/.configured: $(LIBTOOL_DIR)/.unpacked
(cd $(LIBTOOL_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="$(TARGET_LDFLAGS)" \
+ $(TARGET_CONFIGURE_ARGS) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \