]> granicus.if.org Git - postgresql/commit
Use -fPIC not -fpic for BSDen on Sparc. Also switch from
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Oct 2004 23:27:23 +0000 (23:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Oct 2004 23:27:23 +0000 (23:27 +0000)
commitd10a406fe8567fffb6c6aad76e11d5acc93c1ec1
treef20d99171c2980a000e32754afe78d3b17560116
parent26112850ec5733a96a31022859763de4b3724336
Use -fPIC not -fpic for BSDen on Sparc.  Also switch from
$(LD) -x -Bshareable to $(CC) -shared on OpenBSD (I suspect this
should be carried over to the other two as well, but will refrain
pending suggestions from people who actually use those platforms).
Per Stefan Kaltenbrunner.
src/makefiles/Makefile.freebsd
src/makefiles/Makefile.netbsd
src/makefiles/Makefile.openbsd