- 21 Dec, 2004 1 commit
-
-
Tom Lane authored
macros, which aren't used anywhere and haven't been for some time.
-
- 19 Nov, 2004 1 commit
-
-
Tom Lane authored
in terms of macro 'rpathdir', as I proposed a few weeks ago. In itself this commit shouldn't change the behavior at all, but it opens the door to using special rpaths for the PL shared libraries, as seems to be needed for plperl in particular.
-
- 11 Oct, 2004 1 commit
-
-
Tom Lane authored
$(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.
-
- 29 Aug, 2001 1 commit
-
-
Peter Eisentraut authored
system. Some systems did not understand the 'l' section, and in general it wasn't entirely appropriate. On SCO OpenServer, the man pages won't be installed at all until someone figures out their man system.
-
- 10 Feb, 2001 1 commit
-
-
Bruce Momjian authored
-
- 16 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
src/interfaces/odbc/GNUmakefile.
-
- 07 Dec, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 27 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
path into executables and shared libraries (-rpath or -R for most). Can be disabled with --disable-rpath, since some binary packaging standards do not like this option.
-
- 21 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
Makefile.port, since they are of no use to configure and much of the library magic happens in Makefile.port anyway. Use __alpha, not __alpha__, since the former is universally available. Remove -DNOFIXADE from the compile command line and put it in the port include file.
-
- 07 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
necessary for the postgres/postmaster link, not every link.
-
- 15 Jul, 2000 1 commit
-
-
Peter Eisentraut authored
Read templates after compiler is detected. Convert all templates to real shell scripts. Rename bsd->openbsd, alpha->osf.
-
- 13 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 09 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 14 Mar, 1999 1 commit
-
-
Bruce Momjian authored
NetBSD/macppc LinuxPPC FreeBSD 2.2.6-RELEASE All of them seem happy with the regression test. Note that, however, compiling with optimization enabled on NetBSD/macppc causes an initdb failure (other two platforms are ok). After checking the asm code, we are suspecting that might be a compiler(egcs) bug. Tatsuo Ishii
-
- 20 Dec, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 12 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Makefile.global and move them to seperate 'include' makefiles Over time, should become even more port specific: ie. Makefile.BSD44_derived should be broken down into netbsd/freebsd specific ports
-