[postgis-devel] pgxs cflags override
Paul Ramsey
pramsey at cleverelephant.ca
Tue Oct 17 12:45:37 PDT 2017
So, I found today I couldn't debug into a portion of postgis, because it
was building w/o debugging flags. Which was odd, since I force -g into
everything at configure time, and use --debug everywhere.
The cflags in ./postgis are supposed to get inherited from pg_config of the
pgsql one is building againt, but I found an over-ride on them.
The attached patch fixes the problem, for me, (moving the include into the
"correct" pgxs variable and leaving the cflags un-overridden) but it's one
of those deep voodoo build things that makes we want to know: does anyone
remember why this is the way it is?
P
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20171017/ff3a5285/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cflags.patch
Type: application/octet-stream
Size: 671 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/postgis-devel/attachments/20171017/ff3a5285/attachment.obj>
More information about the postgis-devel
mailing list