Content-Length: 292363 | pFad | http://github.com/postgrespro/postgres/commit/99e0c542904dc76d9daf6b8542d9639565bea25c

DA Fix pgxs -L library path specification for Win32 and Cygwin, was /bin, · postgrespro/postgres@99e0c54 · GitHub
Skip to content

Commit 99e0c54

Browse files
committed
Fix pgxs -L library path specification for Win32 and Cygwin, was /bin,
now /lib.
1 parent 4513d9d commit 99e0c54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/makefiles/Makefile.cygwin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.6 2004/12/17 03:52:48 tgl Exp $
1+
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.7 2006/01/19 20:00:54 momjian Exp $
22
DLLTOOL= dlltool
33
DLLWRAP= dllwrap
44
ifdef PGXS
5-
BE_DLLLIBS= -L$(DESTDIR)$(bindir) -lpostgres
5+
BE_DLLLIBS= -L$(DESTDIR)$(libdir) -lpostgres
66
else
77
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
88
endif

src/makefiles/Makefile.win32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.7 2004/12/17 03:52:49 tgl Exp $
1+
# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.8 2006/01/19 20:00:54 momjian Exp $
22

33
# Use replacement include files for those missing on Win32
44
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
55

66
DLLTOOL= dlltool
77
DLLWRAP= dllwrap
88
ifdef PGXS
9-
BE_DLLLIBS= -L$(DESTDIR)$(bindir) -lpostgres
9+
BE_DLLLIBS= -L$(DESTDIR)$(libdir) -lpostgres
1010
else
1111
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
1212
endif

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/99e0c542904dc76d9daf6b8542d9639565bea25c

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy