ramkrishanbhatt / modwsgi

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

cflags nullified #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
./configure CFLAGS='something'
make
but CFLAGS will not be used during build

What is the expected output? What do you see instead?
i dont see my custom CFLAGS being used

What version of the product are you using? On what operating system?
2.6

Please provide any additional information below.
a patch is attached

Original issue reported on code.google.com by jfcga...@gmail.com on 28 Oct 2009 at 1:08

Attachments:

GoogleCodeExporter commented 8 years ago
I believe you are meant to say:

  CFLAGS="..." ./configure

All the same, there still is a problem. This was previously fixed up for other 
compiler type variables such as 
CPPFLAGS, LDFLAGS and LDLIBS, but missed this one.

Original comment by Graham.Dumpleton@gmail.com on 29 Oct 2009 at 12:49

GoogleCodeExporter commented 8 years ago

Original comment by Graham.Dumpleton@gmail.com on 29 Oct 2009 at 12:49

GoogleCodeExporter commented 8 years ago
Fixed in revision 1465 of branch for mod_wsgi 2.7.

Fixed in revison 1466 of trunk for mod_wsgi 3.0.

Original comment by Graham.Dumpleton@gmail.com on 1 Nov 2009 at 10:29