Received: by mail.netbsd.org (Postfix, from userid 605) id 75C9A84D24; Thu, 22 Apr 2021 09:43:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B225E84CDA for ; Thu, 22 Apr 2021 09:43:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2UBgNT79EZVp for ; Thu, 22 Apr 2021 09:43:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 46C6684CD8 for ; Thu, 22 Apr 2021 09:43:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3A158FA95; Thu, 22 Apr 2021 09:43:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619084611147860" MIME-Version: 1.0 Date: Thu, 22 Apr 2021 09:43:31 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/net/trickle To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210422094331.3A158FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619084611147860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Apr 22 09:43:31 UTC 2021 Modified Files: pkgsrc/net/trickle: Makefile Log Message: trickle: disable FORTIFY to fix build To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/trickle/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619084611147860 Content-Disposition: inline Content-Length: 652 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/trickle/Makefile diff -u pkgsrc/net/trickle/Makefile:1.29 pkgsrc/net/trickle/Makefile:1.30 --- pkgsrc/net/trickle/Makefile:1.29 Sat Jan 18 21:50:27 2020 +++ pkgsrc/net/trickle/Makefile Thu Apr 22 09:43:31 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2020/01/18 21:50:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.30 2021/04/22 09:43:31 nia Exp $ # DISTNAME= trickle-1.06 @@ -13,6 +13,9 @@ COMMENT= Portable lightweight userspace USE_LIBTOOL= yes GNU_CONFIGURE= yes +# Redefines read() +FORTIFY_SUPPORTED= no + CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/trickle --_----------=_1619084611147860--