Subject: [patch] [security/smtpd] build on Linux
To: None <tech-pkg@netbsd.org>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 07/03/2004 13:55:10
This is a multi-part message in MIME format.
--------------020509080204060005050609
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Hi,
could someone please apply this patch on security/smtpd/Makefile?
Roland
--------------020509080204060005050609
Content-Type: text/plain;
name="smtpd-Linux.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="smtpd-Linux.patch"
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/security/smtpd/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 8 Feb 2004 14:27:35 -0000 1.11
+++ Makefile 3 Jul 2004 11:53:41 -0000
@@ -21,6 +21,7 @@
CFLAGS.AIX= -DGETOPT_EOF -DUSE_LOCKF -DNEEDS_FCNTL_H -DNEEDS_LOCKF_H -DNEEDS_STRINGS_H -DNEEDS_SELECT_H
OPSYSVARS= LD_LIBS
LD_LIBS.SunOS= -lnsl -lsocket -lresolv
+LD_LIBS.Linux= -lresolv
MAKE_ENV+= LD_LIBS="${LD_LIBS}"
.include "../../mk/bsd.prefs.mk"
--------------020509080204060005050609--