summaryrefslogtreecommitdiff
path: root/package/buildroot-libtool.patch
AgeCommit message (Collapse)Author
2010-10-14Added the ability to patch ltmain.sh based on versionMartin Banky
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>
2010-10-14BugFix - buildroot-libtool.patch - Removed Useless CodeMartin Banky
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>
2008-05-01remove unnecessary libdir-la.patch patches and modify Makefile.autotools.in ↵John Voltz
to patch libtool automatically.