diff options
author | maya <maya@pkgsrc.org> | 2017-07-24 08:34:30 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-07-24 08:34:30 +0000 |
commit | 5e91849be3d073159ea5266584fe4fa8541de224 (patch) | |
tree | ade17453eaa0979759181e338ed35464f47f2b81 /audio | |
parent | 478654db848da82c0b36b54b88c63b010816f720 (diff) | |
download | pkgsrc-5e91849be3d073159ea5266584fe4fa8541de224.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/arts/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 29ce62b2e77..ad7bc2fc0c5 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -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} |