Subject: PR/36086 CVS commit: pkgsrc/security/openssl
To: None <tron@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-bugs
Date: 04/01/2007 21:35:03
The following reply was made to PR pkg/36086; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36086 CVS commit: pkgsrc/security/openssl
Date: Sun,  1 Apr 2007 21:33:05 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	tron
 Date:		Sun Apr  1 21:33:05 UTC 2007
 
 Modified Files:
 	pkgsrc/security/openssl: Makefile
 
 Log Message:
 Add ${BUILDLINK_LDFLAGS.dlcompat} (defined as "-ldl") to "LDFLAGS" under
 Mac OS X. This is harmless under recent versions of Mac OS X where
 "libdl.dylib" is symbolic link to "libSystem.dylib". And it is necessary
 under old versions of Mac OS X (Jaguar and older) where we need the
 "libdl.dylib" from the "dlcompat" package.
 
 This should finally fix PR pkg/36086 by John D. Baker.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.119 -r1.120 pkgsrc/security/openssl/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.