pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/trickle trickle: disable FORTIFY to fix build
details: https://anonhg.NetBSD.org/pkgsrc/rev/32fa919ee308
branches: trunk
changeset: 450822:32fa919ee308
user: nia <nia%pkgsrc.org@localhost>
date: Thu Apr 22 09:43:31 2021 +0000
description:
trickle: disable FORTIFY to fix build
diffstat:
net/trickle/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 53f280501dde -r 32fa919ee308 net/trickle/Makefile
--- a/net/trickle/Makefile Thu Apr 22 09:33:02 2021 +0000
+++ b/net/trickle/Makefile Thu Apr 22 09:43:31 2021 +0000
@@ -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 @@
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+# Redefines read()
+FORTIFY_SUPPORTED= no
+
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/trickle
Home |
Main Index |
Thread Index |
Old Index