On Mon, Feb 21, 2011 at 9:11 PM, Chia-I Wu wrote:
> On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal wrote:
>> From: Tom Fogal
>>
>> Without this, we do not actually respect the request for TLS.
> What is your setup? The macro should be defined as part of $(CFLAGS).
> It may not be a good practice a
On Mon, Feb 21, 2011 at 10:39 PM, tom fogal wrote:
> Chia-I Wu writes:
>> On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal wrote:
>> > From: Tom Fogal
>> >
>> > Without this, we do not actually respect the request for TLS.
>>
>> What is your setup?
>
> ./configure \
>
Chia-I Wu writes:
> On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal wrote:
> > From: Tom Fogal
> >
> > Without this, we do not actually respect the request for TLS.
>
> What is your setup?
./configure \
CFLAGS="-g -DUSE_MGL_NAMESPACE" \
CXXFLAGS="-g -D
On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal wrote:
> From: Tom Fogal
>
> Without this, we do not actually respect the request for TLS.
What is your setup? The macro should be defined as part of $(CFLAGS).
It may not be a good practice as the variable is normally considered
a user variable, but m
From: Tom Fogal
Without this, we do not actually respect the request for TLS.
---
src/mapi/glapi/Makefile |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/mapi/glapi/Makefile b/src/mapi/glapi/Makefile
index bb4ed65..60b0963 100644
--- a/src/mapi/glapi/Makefile
+++