Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2002 12:20:04 -0700 (PDT)
From:      dirk.meyer@dinoex.sub.org (Dirk Meyer)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/36431: src/secure/lib/libtelnet fails in CURRENT
Message-ID:  <200207041920.g64JK4vE033516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/36431; it has been noted by GNATS.

From: dirk.meyer@dinoex.sub.org (Dirk Meyer)
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: bin/36431: src/secure/lib/libtelnet fails in CURRENT
Date: Thu, 04 Jul 2002 21:08:29 +0200

 I tracesd down the CFLAGS and found this fix:
 
 /etc/make.conf:
 
 .if ${.CURDIR} == "/usr/src/lib/libskey"
 CFLAGS:= ${CFLAGS:S/-Wtraditional//g}
 CFLAGS:= ${CFLAGS:S/-Wstrict-prototypes//g}
 CFLAGS:= ${CFLAGS:S/-Wconversion//g}
 .endif
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
 - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org]

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207041920.g64JK4vE033516>