pgsql: Fix pgxs -L library path specification for Win32 and Cygwin, was

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pgxs -L library path specification for Win32 and Cygwin, was
Date: 2006-01-19 20:01:33
Message-ID: 20060119200133.53B289DCACB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,
now /lib.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/makefiles:
Makefile.cygwin (r1.6 -> r1.6.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.cygwin.diff?r1=1.6&r2=1.6.4.1)
Makefile.win32 (r1.7 -> r1.7.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.win32.diff?r1=1.7&r2=1.7.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-19 20:28:43 pgsql: Avoid crashing if relcache flush occurs while trying to load data
Previous Message Bruce Momjian 2006-01-19 20:01:02 pgsql: Fix pgxs -L library path specification for Win32 and Cygwin, was