diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-21 01:11:32 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-08-21 01:11:32 +0000 |
| commit | 140d4ebcb46e17cdb1be43892ed797e5e060c8ef (patch) | |
| tree | f99d209dbe5e40dcb434c3841e0c8b4ff383f453 /src/makefiles/Makefile.hpux | |
| parent | 4e94d1f952c3ce5670ceae3c12b55e344503a701 (diff) | |
| download | postgresql-140d4ebcb46e17cdb1be43892ed797e5e060c8ef.tar.gz | |
Tsearch2 functionality migrates to core. The bulk of this work is by
Oleg Bartunov and Teodor Sigaev, but I did a lot of editorializing,
so anything that's broken is probably my fault.
Documentation is nonexistent as yet, but let's land the patch so we can
get some portability testing done.
Diffstat (limited to 'src/makefiles/Makefile.hpux')
| -rw-r--r-- | src/makefiles/Makefile.hpux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.hpux b/src/makefiles/Makefile.hpux index 1316fa1d68..f91dfae391 100644 --- a/src/makefiles/Makefile.hpux +++ b/src/makefiles/Makefile.hpux @@ -38,9 +38,9 @@ else DLSUFFIX = .sl endif ifeq ($(GCC), yes) - CFLAGS_SL = -fpic + CFLAGS_SL = -fPIC else - CFLAGS_SL = +z + CFLAGS_SL = +Z endif # Rule for building shared libs (currently used only for regression test |
