[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Configuring for alternative build environments
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] Configuring for alternative build environments |
Date: |
Fri, 30 Nov 2012 13:46:17 +0100 (CET) |
> The problem is that I have a customized version of ftoption.h.
> According to CUSTOMIZE, "Just put your custom `ftoption.h' file into
> the objects directory". When I do this sequence:
>
> $ cd ~/work
> $ cp jni-ftoption.h ~/work/ft2-jni/ftoption.h
> $ cd ~/work/ft2-jni
> $ ~/ft2/freetype2/configure CFLAGS=-fPIC
> $ make
>
> My customized version of ftoption.h disappears! Oops.
This is a bug. I've just fixed it in the git repository. Thanks for
the report, and please retry!
> Related: CUSTOMIZE seems silent on the handling of modules.cfg in
> this scenario of building outside of the FT source tree.
Can you suggest a patch to CUSTOMIZE?
Werner