| Summary: | [PATCH] axel: convert to generic package infrastructure and bump to version 2.4 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Kelvin Cheung <keguang.zhang> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.05 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Kubuntu 9.10 | Target: | armv4 |
| Build: | |||
| Attachments: |
Convert axel to autotools infrastructure and bump to version 2.4.
convert to generic package infrastructure and bump to version 2.4 |
||
|
Description
Kelvin Cheung
2010-05-07 08:05:48 UTC
Created attachment 1687 [details]
Convert axel to autotools infrastructure and bump to version 2.4.
Thanks! However, this patch is not completely correct : * AXEL_CONFIGURE_CMDS shouldn't be defined. Instead, you should use AXEL_CONF_OPT to pass the --i18n=0 option. No need to pass --prefix. * Are you sure you need to pass AXEL_MAKE_OPT and AXEL_INSTALL_TARGET ? If the package uses autoconf/automake, it shouldn't be needed. Created attachment 1945 [details]
convert to generic package infrastructure and bump to version 2.4
axel uses a handwritten configure script, not autotools.
So, I have to convert it to generic package.
Done by Martin Banky in commit 0f9da87c1d18598f308ed129d027f65cdffcde77 |