Re: [PATCH] make freebsd-elf version type similar to linux version type

2014-12-04 Thread Tijl Coosemans
On Thu, 4 Dec 2014 13:55:54 + "Gary V. Vaughan" wrote: > On Dec 4, 2014, at 9:00 AM, Tijl Coosemans wrote: >> On Thu, 27 Nov 2014 18:59:56 +0100 Tijl Coosemans wrote: >>> --- a/m4/libtool.m4 >>> +++ b/m4/libtool.m4 >>> @@ -2543,7 +2543,8 @@ freebsd* | dragonfly*) >>> version_type=freebsd-$

Re: [PATCH] make freebsd-elf version type similar to linux version type

2014-12-04 Thread Gary V. Vaughan
Hi Tijl, > On Dec 4, 2014, at 9:00 AM, Tijl Coosemans wrote: > > On Thu, 27 Nov 2014 18:59:56 +0100 Tijl Coosemans wrote: >> --- a/m4/libtool.m4 >> +++ b/m4/libtool.m4 >> @@ -2543,7 +2543,8 @@ freebsd* | dragonfly*) >> version_type=freebsd-$objformat >> case $version_type in >> freebsd-

Re: [PATCH] make freebsd-elf version type similar to linux version type

2014-12-04 Thread Tijl Coosemans
On Thu, 27 Nov 2014 18:59:56 +0100 Tijl Coosemans wrote: > On FreeBSD we have switched from using .so.$current as library extension > to .so.$major.$age.$revision where $major is $current-$age. Our package > of libtool has been patched similar to the patch below which you can see > here: https://