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

Commit6adf38a

Browse files
committed
Might need to link with -lcrypt.
1 parentb91f904 commit6adf38a

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)

[8]ページ先頭

©2009-2025 Movatter.jp