Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48018da

Browse files
committed
The Win32 (mingw) build of libpq seems to have lost it's SSL libs from
the link step resulting in a build failure. The attached patch fixesthat.Dave Page
1 parent87ea6f0 commit48018da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq/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/interfaces/libpq/Makefile,v 1.114 2004/10/04 20:36:12 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.115 2004/10/06 16:42:01 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -47,7 +47,7 @@ endif
4747
# matter.)
4848
SHLIB_LINK +=$(filter -lcrypt -ldes -lkrb -lcom_err -lcrypto -lk5crypto -lkrb5 -lssl -lsocket -lnsl -lresolv -lintl,$(LIBS))$(PTHREAD_LIBS)
4949
ifeq ($(PORTNAME), win32)
50-
SHLIB_LINK += -lwsock32 -lws2_32
50+
SHLIB_LINK += -lwsock32 -lws2_32$(filter -leay32 -lssleay32,$(LIBS))
5151
endif
5252

5353

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp