aboutsummaryrefslogtreecommitdiffstats
path: root/package/buildroot-libtool.patch
Commit message (Collapse)AuthorAgeFilesLines
* Added the ability to patch ltmain.sh based on versionMartin Banky2010-10-141-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 CodeMartin Banky2010-10-141-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 Voltz2008-05-011-0/+86
to patch libtool automatically.