summaryrefslogtreecommitdiffstats
path: root/package/axel/axel.mk
diff options
context:
space:
mode:
authorHamish Moffatt2008-06-17 09:22:29 +0200
committerHamish Moffatt2008-06-17 09:22:29 +0200
commit5b4b808a61fcc36c27f23027f73769ccf627bb63 (patch)
tree2c62f32c4469855f165268c2fa9ad4a08e50ee43 /package/axel/axel.mk
parentRemove patch which isn't required for the specified upstream version (diff)
downloadbuildroot-5b4b808a61fcc36c27f23027f73769ccf627bb63.tar.gz
buildroot-5b4b808a61fcc36c27f23027f73769ccf627bb63.tar.xz
buildroot-5b4b808a61fcc36c27f23027f73769ccf627bb63.zip
Fix options to configure
Diffstat (limited to 'package/axel/axel.mk')
-rw-r--r--package/axel/axel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/axel/axel.mk b/package/axel/axel.mk
index 3a6ceb950..18cab3344 100644
--- a/package/axel/axel.mk
+++ b/package/axel/axel.mk
@@ -23,7 +23,7 @@ $(AXEL_DIR)/.unpacked: $(DL_DIR)/$(AXEL_SOURCE)
$(AXEL_DIR)/Makefile.settings: $(AXEL_DIR)/.unpacked
(cd $(AXEL_DIR); \
- ./configure --enable-i18n=0 --prefix=/usr \
+ ./configure --i18n=0 --prefix=/usr \
)
touch $@