pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/openssh added a hack that works around a bug ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8d3561f14d7
branches:  trunk
changeset: 512730:b8d3561f14d7
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sun May 14 21:13:42 2006 +0000

description:
added a hack that works around a bug (variable name conflict) in OpenSSH
3.4p1 and 3.4p2 that shows up on IRIX 5.

diffstat:

 security/openssh/hacks.mk |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 7ce9d41bf7ea -r b8d3561f14d7 security/openssh/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/openssh/hacks.mk Sun May 14 21:13:42 2006 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: hacks.mk,v 1.1 2006/05/14 21:13:42 schwarz Exp $
+
+.if !defined(OPENSSH_HACKS_MK)
+OPENSSH_HACKS_MK=      # defined
+
+### [Sun May 14 15:09:28 CDT 2006 : schwarz]
+### work around a definition conflict for _res present in openssh
+### 4.3p1 and 4.3p2 (should be fixed with later releases)
+### 
+.if !empty(LOWER_OPSYS:Mirix5*)
+PKG_HACKS+=            _res-conflict
+CPPFLAGS+=             -D_res=_compat_res
+.endif
+
+.endif



Home | Main Index | Thread Index | Old Index