makepkg: fix extraction of soname in find_libdepends
On 05/03/12 06:19, Florian Pritz wrote:
> libperl.so results in soname="libperl.so.so" which is wrong.
>
> This returns the correct string: "libperl.so"
>
> Fix-by: Dave Reisner <dreisner@archlinux.org>
> Signed-off-by: Florian Pritz <bluewind@xinu.at>
> ---
> This should be applied to both master and maint.
Ugh.. I didn't review this but the patch is entirely broken on the
first file I tried it on.
I suppose that would not correctly work for...
foo.so.bar.so.9
Allan
03-10-2012, 12:55 AM
Allan McRae
makepkg: fix extraction of soname in find_libdepends
On 10/03/12 11:43, Allan McRae wrote:
> On 05/03/12 06:19, Florian Pritz wrote:
>> libperl.so results in soname="libperl.so.so" which is wrong.
>>
>> This returns the correct string: "libperl.so"
>>
>> Fix-by: Dave Reisner <dreisner@archlinux.org>
>> Signed-off-by: Florian Pritz <bluewind@xinu.at>
>> ---
>> This should be applied to both master and maint.
>
> Ugh.. I didn't review this but the patch is entirely broken on the
> first file I tried it on.
Ignore me... I was testing without extglob enabled.