Subject: CVS commit: src/gnu/usr.sbin/postfix/tlsmgr
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 09/04/2005 22:11:21
Module Name:	src
Committed By:	he
Date:		Sun Sep  4 22:11:21 UTC 2005

Modified Files:
	src/gnu/usr.sbin/postfix/tlsmgr: Makefile

Log Message:
As discussed on source-changes, fix the library specification:
 o Add ${LIBSSL} to the DPADD list, it was missing
 o Use -lcrypto and not ${LIBCRYPTO} in LDADD+=
 o Reorder libraries so -lssl comes before -lcrypto
 o Let the postfix libraries and the system libraries have their own
   LDADD+= and DPADD+= lines (this one wasn't discussed)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/gnu/usr.sbin/postfix/tlsmgr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.