浏览代码

Fix options to configure

Hamish Moffatt 17 年之前
父节点
当前提交
5b4b808a61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/axel/axel.mk

+ 1 - 1
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 $@