Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the ability to patch ltmain.sh based on version | Martin Banky | 2010-10-14 | 1 | -69/+0 |
| | | | | | | | | | | | There are two versions of ltmain.sh in use in the buildroot system, 1.5.x and 2.2.x. buildroot-libtool.patch would only patch 1.5.x, which meant that for 2.2.x, a separate patch for the affected package had to be maintained. Modified Makefile.autotools.in to check the version of ltmain.sh and apply the correct patch. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | BugFix - buildroot-libtool.patch - Removed Useless Code | Martin Banky | 2010-10-14 | 1 | -17/+0 |
| | | | | | | | | The code that was removed only added commented out code. It neither added needed code nor commented out existing code. Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in ↵ | John Voltz | 2008-05-01 | 1 | -0/+86 |
to patch libtool automatically. |