pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/arts Force disable fortify to fix the build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55520ff950c0
branches:  trunk
changeset: 365720:55520ff950c0
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jul 24 08:34:30 2017 +0000

description:
Force disable fortify to fix the build.

artsdsp.c is extremely questionable and won't be possible to build with
fortify.

from gary duzan

diffstat:

 audio/arts/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 72317b6bece0 -r 55520ff950c0 audio/arts/Makefile
--- a/audio/arts/Makefile       Mon Jul 24 08:31:44 2017 +0000
+++ b/audio/arts/Makefile       Mon Jul 24 08:34:30 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2017/07/24 08:31:44 maya Exp $
+# $NetBSD: Makefile,v 1.93 2017/07/24 08:34:30 maya Exp $
 
 DISTNAME=      arts-1.5.10
 PKGREVISION=   15
@@ -14,6 +14,9 @@
 
 USE_TOOLS+=    perl pkg-config
 
+# intentionally overrides libc
+PKGSRC_USE_FORTIFY=    no
+
 # Ensure we export symbols in the linked shared object.
 LDFLAGS+=              ${EXPORT_SYMBOLS_LDFLAGS}
 



Home | Main Index | Thread Index | Old Index