pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/zzuf zzuf: disable FORTIFY to fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bae09af8956
branches:  trunk
changeset: 451279:5bae09af8956
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 25 07:52:38 2021 +0000

description:
zzuf: disable FORTIFY to fix build

diffstat:

 devel/zzuf/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 825c348c73ab -r 5bae09af8956 devel/zzuf/Makefile
--- a/devel/zzuf/Makefile       Sun Apr 25 07:51:24 2021 +0000
+++ b/devel/zzuf/Makefile       Sun Apr 25 07:52:38 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2019/11/03 10:39:32 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2021/04/25 07:52:38 nia Exp $
 #
 
 DISTNAME=      zzuf-0.15
@@ -13,6 +13,9 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
+# overrides read() definition
+FORTIFY_SUPPORTED=     no
+
 BUILDLINK_TRANSFORM+=  l:gnugetopt:getopt
 SHLIBTOOL_OVERRIDE=    # empty
 CONFIG_GUESS_OVERRIDE= .auto/config.guess



Home | Main Index | Thread Index | Old Index