Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6adf38a

Browse files
committed
Might need to link with -lcrypt.
1 parent b91f904 commit 6adf38a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

contrib/chkpass/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# $Header: /cvsroot/pgsql/contrib/chkpass/Makefile,v 1.3 2001/09/06 10:49:29 petere Exp $
1+
# $Header: /cvsroot/pgsql/contrib/chkpass/Makefile,v 1.4 2002/10/21 18:55:10 petere Exp $
22

33
subdir = contrib/chkpass
44
top_builddir = ../..
55
include $(top_builddir)/src/Makefile.global
66

7-
MODULES = chkpass
7+
MODULE_big = chkpass
8+
OBJS = chkpass.o
9+
SHLIB_LINK = $(filter -lcrypt, $(LIBS))
810
DATA_built = chkpass.sql
911
DOCS = README.chkpass
1012

0 commit comments

Comments
 (0)