pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/trickle



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.

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



Home | Main Index | Thread Index | Old Index