postgresql/src/interfaces
Marc G. Fournier 6d817475b2 From: Tom Lane <tgl@sss.pgh.pa.us>
HP-UX (all versions) requires shared libraries to have execute
permission, and really needs them to be exactly mode 555 for
performance reasons.  The standard configure/install procedure
installs libpq.sl as mode 644, which DOES NOT WORK.

The attached patch modifies the makefiles to distinguish
INSTL_LIB_OPTS (install mode for ordinary libraries) from
INSTL_SHLIB_OPTS (mode for shared libs), and adds a test
to configure to set INSTL_SHLIB_OPTS="-m 555" when on HP-UX.
1998-04-27 14:55:46 +00:00
..
ecpg From: Michael Meskes <meskes@topsystem.de> 1998-04-27 14:35:58 +00:00
jdbc From: Peter T Mount <patches@maidast.demon.co.uk> 1998-04-18 18:32:44 +00:00
libpgtcl From: Tom Lane <tgl@sss.pgh.pa.us> 1998-04-27 14:55:46 +00:00
libpq From: Tom Lane <tgl@sss.pgh.pa.us> 1998-04-27 14:55:46 +00:00
libpq++ DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
odbc From: David Hartwig <daveh@insightdist.com> 1998-04-15 21:56:54 +00:00
perl5 1.7.3 1998-04-14 21:14:52 +00:00
python Change Postgres95 to PostgreSQL. Update CLUSTER manual page. 1998-03-14 21:58:09 +00:00
Makefile Add ecpg back in again 1998-03-05 13:18:51 +00:00