From 3d257050f693c51bc3a077c5584249d834308c7c Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 25 Oct 2008 15:02:21 +0000 Subject: Add missing -lcrypt option. Fixes build. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707851 13f79535-47bb-0310-9956-ffa450edef68 --- bin/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/Makefile.am') diff --git a/bin/Makefile.am b/bin/Makefile.am index d282ac05..7b226e63 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -15,6 +15,7 @@ noinst_SCRIPTS = couchjs_dev bin_PROGRAMS = couchpw couchpw_SOURCES = couchpw.c +couchpw_LDADD = -lcrypt if HELP2MAN dist_man1_MANS = couchdb.1 couchjs.1 -- cgit v1.2.3