ChrisPei / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

CPPFLAGS are ignored #338

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
i have a similar environment than the one described at
https://code.google.com/p/gyp/issues/detail?id=123

(debian building v8, nodejs packages here).

CPPFLAGS are ignored by gyp.
i can work around that by doing
CXXFLAGS+=$(CPPFLAGS)
and it is needed to get the debian hardening flags taken into account.

Regards,
Jérémy.

Original issue reported on code.google.com by holisme on 2 May 2013 at 1:44

GoogleCodeExporter commented 9 years ago
Please see attached patch for a possible fix.

Original comment by holisme on 2 May 2013 at 10:11

Attachments: