Skip to content

Commit 2e33069

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 parent 21634e5 commit 2e33069

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/10 03:57:55 momjian Exp $
2+
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.21 2005/07/10 18: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)
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