Re: [libav-devel] [PATCH 1/2] build: add Solaris symbol versioning

2015-09-29 Thread Sean McGovern
On Tue, Sep 29, 2015 at 4:25 AM, Luca Barbato wrote: > On 29/09/15 02:24, Sean McGovern wrote: > > +tmpfile TMPVS .ver-sol2 > > This doesn't seem needed. The rest seems ok as long it works for you =) > > lu > ___ > Oops, you are right! That is most likely cruft from a previous revision of this

Re: [libav-devel] [PATCH 1/2] build: add Solaris symbol versioning

2015-09-29 Thread Luca Barbato
On 29/09/15 02:24, Sean McGovern wrote: > +tmpfile TMPVS .ver-sol2 This doesn't seem needed. The rest seems ok as long it works for you =) lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH 1/2] build: add Solaris symbol versioning

2015-09-28 Thread Sean McGovern
The versioning facility in the Solaris linker differs from Linux in 3 ways: 1. It does not support globs in linker scripts for symbol versioning -- this is a GNU extension. 2. The linker argument is '-M', instead of '--version-script'. 3. It is picky about line endings. Each symbol or directive