[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] How do I configure freetype to build without versioning?
From: |
suzuki toshiya |
Subject: |
Re: [ft] How do I configure freetype to build without versioning? |
Date: |
Mon, 09 Sep 2013 07:32:22 +0900 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130518 Icedove/17.0.5 |
Hi,
If you're working with Unix and doing "./configure && make && ..." style,
please check builds/unix/unix-cc.in, its last part is a skeleton to invoke
GNU libtool, you may be able to manipulate the flags to be passed.
Regards,
mpsuzuki
On 09/09/2013 06:43 AM, Preet wrote:
> I'm trying to build freetype as a shared lib without soname versioning.
> Apparently its possible to pass the 'avoid-version' flag with
> autoconf/automake/libtool ... but I'm having trouble figuring this out (I
> have no experience with automake and libtool). I'd appreciate any advice.
>
> Preet
>
>
> _______________________________________________
> Freetype mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/freetype
>