Commit Graph

207 Commits (0d046a4d7248543fcdfd1d5883a2ff6258786db7)

Author SHA1 Message Date
Tom Lane cd86869a9a On Linux, use --enable-new-dtags when specifying -rpath to linker. 16 years ago
Heikki Linnakangas e31bf1c7b0 Adjust windows makefiles too, now that the walreceiver dynamic module 16 years ago
Tom Lane 00b5ccebdd Second try: walreceiver should not be built with -DBUILDING_DLL 16 years ago
Tom Lane daf5b0f297 Fix a few places where we needed -I. in CPPFLAGS to work properly in 16 years ago
Tom Lane 4c5b4c8bd0 Improve PGXS makefile system to allow the module's makefile to specify 16 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 17 years ago
Peter Eisentraut df20667112 When calling unsupported "make check" with a pgxs module, return a nonzero 17 years ago
Peter Eisentraut 26af72b46b Allow out-of-tree builds on mingw and cygwin 17 years ago
Peter Eisentraut b2971e2048 Set up ar, dlltool, dllwrap, and windres for cross-compiling if necessary. 17 years ago
Peter Eisentraut d129255077 Set SQL man pages to be section 7 by default, and only transform them to 17 years ago
Peter Eisentraut 8f1658cbf3 Put back the copying of some of the regression test data files for vpath 17 years ago
Tom Lane 2793af3cc0 Partial fix for contrib vpath breakage. 17 years ago
Peter Eisentraut feae7856af Allow pg_regress to be run outside the build tree. Look for input files 18 years ago
Peter Eisentraut 86ec73b909 Synchronize the shared object build rules in Makefile.port with Makefile.shlib 18 years ago
Peter Eisentraut 46e76373ec Implement a few changes to how shared libraries and dynamically loadable 18 years ago
Peter Eisentraut bdaf90b70f Reorganize some of the exports list generation code. It seems that this 18 years ago
Tom Lane 9a4b29d832 Teach pgxs.mk and Install.pm how to install files from a contrib module 18 years ago
Tom Lane 34dc9abd6b Propagate Magnus' fix for Windows snowball build into Makefile.cygwin. 19 years ago
Magnus Hagander a3bc467eba Don't define BUILDING_DLL for snowball lib. Should fix build problems 19 years ago
Tom Lane 140d4ebcb4 Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
Tom Lane b09c248bdd Fix PGXS conventions so that extensions can be built against Postgres 19 years ago
Tom Lane fa8e42dff1 Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 19 years ago
Tom Lane 9b5e108ee9 Fix shared library creation to work properly on AIX. Albe Laurenz 20 years ago
Tom Lane bc660c4237 Ah, I finally realize why Magnus wanted to add a --bindir option to 20 years ago
Tom Lane a38c85bd5d Rewrite pg_regress as a C program instead of a shell script. 20 years ago
Tom Lane 69bf0a0ddd Remove dllinit.c; it was only needed for long-obsolete Cygwin versions, 20 years ago
Tom Lane 04ca4caa81 Remove use of lorder and tsort while building static libraries. There's 20 years ago
Tom Lane 115e5dd597 Remove ancient hack to work around a peculiarity of libcurses on HPUX. 20 years ago
Bruce Momjian 248c9bdfcb Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path for AIX and Darwin. 20 years ago
Bruce Momjian c52bafca45 Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path. 20 years ago
Bruce Momjian 99e0c54290 Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian a1675649e4 Remove QNX port. 20 years ago
Peter Eisentraut a29c04a541 Allow installation into directories containing spaces in the name. 20 years ago
Tom Lane a7de22d8d5 Clean up AIX build to avoid 'duplicate symbol' warnings, by moving use 20 years ago
Tom Lane 1610fcc351 Some marginal tweaks to make 'make installcheck' mostly work when 21 years ago
Tom Lane 41bb3cb7c9 Back off allow_nonpic_in_shlib for FreeBSD builds: only set it on i386. 21 years ago
Bruce Momjian 9cc5caea6c Fix this: 21 years ago
Bruce Momjian 2c07d6bfa5 Cleanups for FreeBSD linking (PIC) and plpython compiles. 21 years ago
Tom Lane ac652466ec Partial fixes for contrib build on AIX: include -lm where needed. 21 years ago
Tom Lane 4e7d6f5349 Add a --dbname option to the pg_regress script, and use pl_regression 21 years ago
Tom Lane 6f864be004 Revert -Wl, change to Makefile.osf, as the allegedly more standard 21 years ago
Tom Lane 71d21577de Add '-Wl,' prefix to linker switches consistently. Remove shlib_symbolic 21 years ago
Tom Lane 1ef38f2691 In a PGXS build, expect to find the postgres executable already installed, 21 years ago
Bruce Momjian b5498167d7 Allow AIX to use --enable-thread-safety by passing PTHREAD_LIBS to 21 years ago
Tom Lane 0b5c72d9ba On some HPUX versions/hardware, it seems we need to include libgcc.a in 21 years ago
Tom Lane 8e57975219 Clean up rpath handling for HPUX --- we can't use the cc-style rpath 21 years ago
Tom Lane a9ddd649df Modify the platform-specific makefiles so that macro 'rpath' is defined 21 years ago
Tom Lane e5f7a9f404 Install include/port header files, and fix PGXS build to use them. 21 years ago
Bruce Momjian 43dc050525 Fix Cygwin compile for timezone. 21 years ago