pkgsrc-wip/dk-milter/patches/patch-ab
Jukka Salmi 427dab8b7b Re-import dk-milter and dkim-milter. Old versions of these packages
are already in pkgsrc, but since they changed quite a bit I think it's
less invasive to test them first in pkgsrc-wip. The main reason for
this is that dkim-milter requires OpenSSL >=0.9.8 to obey RFC 4871,
but that's not yet available in pkgsrc. I'll import an updated OpenSSL
package to pkgsrc-wip shortly...
2007-08-02 22:29:11 +00:00

15 lines
511 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2007/08/02 22:30:09 jukka Exp $
--- dk-filter/Makefile.m4.orig 2007-05-31 22:31:01.000000000 +0200
+++ dk-filter/Makefile.m4 2007-08-01 10:37:46.000000000 +0200
@@ -9,7 +9,9 @@
define(`confMT', `TRUE')
define(`confREQUIRE_LIBSM', `true')
-APPENDDEF(`confLIBS', `-lssl -lcrypto')
+APPENDDEF(`confLIBS', `-lssl -lcrypto @PTHREAD_LDFLAGS@ ')
+define(`confLDOPTS', `${LDFLAGS}')
+@INET6@ APPENDDEF(`confENVDEF', `-DNETINET6 ')
ifdef(`bld_USE_ARLIB', `bldPUSH_SMLIB(`ar')', `')