pltcl didn't work well at all when Tcl had been built with a different
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Apr 2000 03:28:17 +0000 (03:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Apr 2000 03:28:17 +0000 (03:28 +0000)
commit3ddeba7403f5ce04195578295b53b04c28c33545
treee2923fee4fda9e4c425ca6486d12eb607a52ad8c
parentef6c33f3b98d4ade568fd4669961ec2c00c7a16a
pltcl didn't work well at all when Tcl had been built with a different
compiler than the one selected to build Postgres with.  It was trying
to feed Postgres-compiler switches to Tcl's compiler.  (Seen this before
with the perl5 interface...) Fix to use only CFLAGS taken from Tcl's
configure information, plus -I which is pretty universal.
src/pl/tcl/Makefile