Force disable fortify to fix the build.

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

from gary duzan
This commit is contained in:
maya 2017-07-24 08:34:30 +00:00
parent fba584b86b
commit 34220ef43f

View file

@ -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 @@ CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -std=c99
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}