[Buildroot] svn commit: trunk/buildroot/package/axel

hamish at uclibc.org hamish at uclibc.org
Tue Jun 17 07:23:02 UTC 2008


Author: hamish
Date: 2008-06-17 00:22:29 -0700 (Tue, 17 Jun 2008)
New Revision: 22390

Log:
Fix options to configure

Modified:
   trunk/buildroot/package/axel/axel.mk


Changeset:
Modified: trunk/buildroot/package/axel/axel.mk
===================================================================
--- trunk/buildroot/package/axel/axel.mk	2008-06-17 07:08:32 UTC (rev 22389)
+++ trunk/buildroot/package/axel/axel.mk	2008-06-17 07:22:29 UTC (rev 22390)
@@ -23,7 +23,7 @@
 
 $(AXEL_DIR)/Makefile.settings: $(AXEL_DIR)/.unpacked
 	(cd $(AXEL_DIR); \
-		./configure --enable-i18n=0 --prefix=/usr \
+		./configure --i18n=0 --prefix=/usr \
 	)
 	touch $@
 




More information about the buildroot mailing list