tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Escaping quotes in CFLAGS
Edgar Fuà <ef%math.uni-bonn.de@localhost> writes:
> On Mon, Dec 13, 2010 at 12:22:34AM +0100, Edgar Fuà wrote:
>> Building print/luatex fails (at least with clang) because of the following
>> definition in Makefile:
>> CFLAGS+= -DLUA_ROOT=\"${PREFIX}/\"
>> changing that to
>> CFLAGS+= -DLUA_ROOT='"${PREFIX}/"'
>> seems to work but I'm unsure whether this is the right fix.
> May I kindly ask again whether my change is an acceptable method to fix the
> issue that print/luatex won't build with clang?
In my opinion, yes. Objections?
--
HE CE3OH...
Home |
Main Index |
Thread Index |
Old Index