projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b64a8
)
Fix options to configure
author
Hamish Moffatt
<hamish@cloud.net.au>
Tue, 17 Jun 2008 07:22:29 +0000
(07:22 -0000)
committer
Hamish Moffatt
<hamish@cloud.net.au>
Tue, 17 Jun 2008 07:22:29 +0000
(07:22 -0000)
package/axel/axel.mk
patch
|
blob
|
history
diff --git
a/package/axel/axel.mk
b/package/axel/axel.mk
index 3a6ceb95068492d10c81b23e259dc61c8a464669..18cab3344ae8246c333ce5a1d4414e9793f00cfa 100644
(file)
--- 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 $@