aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/abuild-git-20120908.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/abuild: add support for option 'ldpath-recursive'Natanael Copa2012-09-101-203/+0
| | | | It is needed for building openjdk6
* main/abuild: more provides fixesNatanael Copa2012-08-161-0/+203
need special handling when file name is .so (no version number suffix) and soname has a version number suffix. This is so we dont set provides version to 0 when it should have been something else. This fixes issue with libgcj/gcc-java who ships a file libgcj_bc.so with soname libgcj_bc.so.1 in addition to the libgcj_bc.so.1.0.0 file. We cannot have 2 provides with same name but with different version.