Skip to content

Commit 35ff782

Browse files
committed
Add libpgport to postgres.def for Windows build. Per Magnus Hagander.
1 parent ee2bfaa commit 35ff782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.103 2004/07/21 20:34:44 momjian Exp $
7+
# $PostgreSQL: pgsql/src/backend/Makefile,v 1.104 2004/08/01 18:07:42 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -66,7 +66,7 @@ postgres: $(OBJS) $(DLLINIT) postgres.def libpostgres.a
6666
rm -f $@.exp $@.base
6767

6868
postgres.def: $(OBJS)
69-
$(DLLTOOL) --export-all --output-def $@ $^
69+
$(DLLTOOL) --export-all --output-def $@ $^ $(top_builddir)/src/port/libpgport.a
7070

7171
libpostgres.a: postgres.def
7272
$(DLLTOOL) --dllname postgres.exe --def postgres.def --output-lib $@

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy