summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
AgeCommit message (Expand)Author
2007-02-11Fix another erroneous =-for-:= substitution.Tom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-01-07Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-04-28Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane
2006-04-19Remove use of lorder and tsort while building static libraries. There'sTom Lane
2006-01-05Remove BEOS port.Bruce Momjian
2005-12-30Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-03Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane
2005-10-28Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane
2005-08-08Cygwin no longer needs to hack SHLIB_LINK, now that Rocco AltierTom Lane
2005-08-07Set shlib naming convention on Cygwin to 'cygFOO.dll', which appearsTom Lane
2005-07-13Fix unwanted side-effects of recent SHLIB_LINK -L patch on existingTom Lane
2005-07-13Move -L flag around for shared builds:Bruce Momjian
2005-07-12Hack around the discrepancy between default library search paths forTom Lane
2005-07-04Reverse this patch:Bruce Momjian
2005-07-02> A quick look shows that when you use --with-libraries=/foo/bar theBruce Momjian
2004-11-20Fix up makefile dependencies for pg_config_paths.h.Tom Lane
2004-11-19Clean up rpath handling for HPUX --- we can't use the cc-style rpathTom Lane
2004-11-17Adjust SHLIB_LINK for cygwin case.Tom Lane
2004-11-16Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin.Tom Lane
2004-10-16Export only required symbols in libpq on Win32.Bruce Momjian
2004-10-15> This lets you do something like:Bruce Momjian
2004-10-13Allow compiles for Cygwin /contrib modules.Bruce Momjian
2004-10-13Enable static lib builds on Win32 and Cygwin.Bruce Momjian
2004-10-12Update Cygwin build to not use DLLINIT, per Cygwin report from ReiniBruce Momjian
2004-10-12Fix vpath build break, induced by Bruce's recent commit.Neil Conway
2004-10-12Add some pg_config_path.h dependencies for places that includeBruce Momjian
2004-10-08Tweak HPUX shared-library build flags, per Shinji Teragaito.Tom Lane
2004-09-02Fix shared library linking operations to work properly on all (or atTom Lane
2004-07-13Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane
2004-05-19Rename irix5 port to irix.Bruce Momjian
2004-05-12Here's a patch that will allow external modules like pl<lang> to setBruce Momjian
2003-12-01Win32 patch for Makefile.shlibBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-10-20When building shared libraries on HPUX with gcc, forcibly include -lgccTom Lane
2003-09-27Adjust Darwin build to use the default 'two level namespace' linkingTom Lane
2003-09-20Apply ranlib(1) after installing a static (.a) library on Darwin.Tom Lane
2003-09-14Since I haven't gotten a reply, can someone REVERT the lines inBruce Momjian
2003-09-10Here is a patch to make PostgreSQL use a full path in DT_SONAME forBruce Momjian
2003-03-21Make "win" a separate port from "cygwin". This means you can nowPeter Eisentraut
2003-01-11Cause symlinks for shared-library versioning to run in the standardTom Lane
2002-10-09> > > > and mb conversions (pg_ascii2mic and pg_mic2ascii notBruce Momjian
2002-09-05Assorted fixes for Cygwin:Peter Eisentraut
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-09-04Avoid multiple scans of utils/mb/conversion_procs/ subdirectories duringTom Lane
2002-09-03AIX shlib fix for building libpq.so from Tomoyuki NiijimaBruce Momjian
2002-07-27Assemble portability modules into libpgport library.Peter Eisentraut
2002-07-16Move few remaining src/utils files to backend/port so everything is inBruce Momjian