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

Commit2e33069

Browse files
committed
> One more failure:
>> I think this is because we don't have -lz in SHLIB_LINK.> Following patch fixes it.Marko Kreen
1 parent21634e5 commit2e33069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎contrib/pgcrypto/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.20 2005/07/1003:57:55 momjian Exp $
2+
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.21 2005/07/1018:32:55 momjian Exp $
33
#
44

55
INT_SRCS = md5.c sha1.c sha2.c internal.c blf.c rijndael.c\
@@ -56,9 +56,9 @@ endif
5656
# Add libraries that pgcrypto depends (or might depend) on into the
5757
# shared library link. (The order in which you list them here doesn't
5858
# matter.)
59-
SHLIB_LINK +=$(filter -lcrypt -ldes -lcrypto -lssl,$(LIBS))
59+
SHLIB_LINK +=$(filter -lcrypt -ldes -lcrypto -lssl -lz,$(LIBS))
6060
ifeq ($(PORTNAME), win32)
61-
SHLIB_LINK +=$(filter -leay32 -lssleay32,$(LIBS))
61+
SHLIB_LINK +=$(filter -leay32 -lssleay32 -lz,$(LIBS))
6262
endif
6363

6464
# to make ws2_32.lib the last library (must occur after definition of PORTNAME)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp