the pkgsrc-wip project. (Take ownership with adrianp's permission.) ===== The dk-milter package is an open source implementation of the DomainKeys sender authentication system proposed by Yahoo!, Inc. It consists of a library that implements the DomainKeys service, and a milter-based filter application that can plug in to the sendmail MTA to provide that service to sufficiently recent sendmail MTAs. An optional asynchronous resolver library is also provided to work around limitations of the basic BIND resolver which comes installed on most systems.
13 lines
445 B
Text
13 lines
445 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2005/07/20 19:42:50 tv Exp $
|
|
|
|
--- libdk/Makefile.m4.orig 2004-09-03 16:39:01.000000000 -0400
|
|
+++ libdk/Makefile.m4
|
|
@@ -9,7 +9,7 @@ dnl APPENDDEF(`confENVDEF', `-DUSE_ARLIB
|
|
dnl APPENDDEF(`confINCDIRS', `-I../libar/ ')
|
|
|
|
dnl Enable and edit this as appropriate for your system:
|
|
-dnl APPENDDEF(`confINCDIRS', `-I/usr/local/ssl/include ')
|
|
+APPENDDEF(`confINCDIRS', `-I@SSLBASE@/include ')
|
|
|
|
|
|
define(`confMT', `true')
|