Explorar o código

Fix options to configure

Hamish Moffatt %!s(int64=17) %!d(string=hai) anos
pai
achega
5b4b808a61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 $@