postgresql/src
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
..
backend From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 1998-04-27 14:46:51 +00:00
bin Re-add pg_dump fix. 1998-04-07 22:36:38 +00:00
data Remove duplicates 1998-03-16 05:52:23 +00:00
include From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 1998-04-27 14:46:51 +00:00
interfaces From: Tom Lane <tgl@sss.pgh.pa.us> 1998-04-27 14:55:46 +00:00
lextest Hi, 1998-04-06 00:32:26 +00:00
makefiles DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
man manual page update from Oliver Elphick 1998-04-27 03:41:33 +00:00
pl/tcl DESTDIR removed, again. 1998-04-06 16:53:15 +00:00
template From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu> 1998-04-27 14:46:51 +00:00
test Add Darren's char2-16 files. 1998-04-27 13:50:03 +00:00
tools Re-apply Darren's char2-16 removal code. 1998-04-26 04:12:15 +00:00
tutorial Fix spelling of "including 1998-03-20 04:12:25 +00:00
utils Hi, 1998-04-06 00:32:26 +00:00
DEVELOPERS Reorganize developers files. 1997-09-08 04:14:01 +00:00
GNUmakefile.in distclean cleanup 1998-04-06 17:02:13 +00:00
Makefile Warning in makefile added from DArcy. 1997-08-22 16:38:33 +00:00
Makefile.global.in From: Tom Lane <tgl@sss.pgh.pa.us> 1998-04-27 14:55:46 +00:00
config.guess From: "Eric H. Raskin" <ehr@listworks.com> 1997-06-11 01:02:01 +00:00
config.sub Start of a univel port by "Michael P. Snyder" <msnyder@hawkeye.huntersmoon.com> 1997-03-25 07:16:36 +00:00
configure From: Tom Lane <tgl@sss.pgh.pa.us> 1998-04-27 14:55:46 +00:00
configure.in From: Tom Lane <tgl@sss.pgh.pa.us> 1998-04-27 14:55:46 +00:00
install-sh Bring back in the autoconf files - work in progress 1997-02-04 08:53:45 +00:00