diff options
author | Hamish Moffatt <hamish@cloud.net.au> | 2008-06-17 07:22:29 +0000 |
---|---|---|
committer | Hamish Moffatt <hamish@cloud.net.au> | 2008-06-17 07:22:29 +0000 |
commit | 5b4b808a61fcc36c27f23027f73769ccf627bb63 (patch) | |
tree | 2c62f32c4469855f165268c2fa9ad4a08e50ee43 /package/axel/axel.mk | |
parent | 74b64a8a0ddcc4d3e5af7e4cfe189e0e63706be0 (diff) | |
download | buildroot-novena-5b4b808a61fcc36c27f23027f73769ccf627bb63.tar.gz buildroot-novena-5b4b808a61fcc36c27f23027f73769ccf627bb63.zip |
Fix options to configure
Diffstat (limited to 'package/axel/axel.mk')
-rw-r--r-- | package/axel/axel.mk | 2 |
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 $@ |