From 06bee5a224c344df0c1aa2865ea372ab2e5318ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 2 Apr 2017 15:21:28 +0200 Subject: community/vis: move from testing --- testing/vis/fortify-source.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 testing/vis/fortify-source.patch (limited to 'testing/vis/fortify-source.patch') diff --git a/testing/vis/fortify-source.patch b/testing/vis/fortify-source.patch deleted file mode 100644 index 763c73e7ab..0000000000 --- a/testing/vis/fortify-source.patch +++ /dev/null @@ -1,16 +0,0 @@ --D_FORTIFY_SOURCE=2 is enable in gcc by default on alpine. See the -010_all_default-fortify-source.patch patch in main/gcc. Disabling -it here silences a bunch of compiler warnings. - -diff -upr vis-0.2.orig/configure vis-0.2/configure ---- vis-0.2.orig/configure 2016-04-06 23:36:44.232477390 +0200 -+++ vis-0.2/configure 2016-04-06 23:36:59.705671155 +0200 -@@ -199,7 +199,7 @@ tryflag CFLAGS_TRY -Werror=unused-com - tryldflag LDFLAGS_TRY -Werror=unknown-warning-option - tryldflag LDFLAGS_TRY -Werror=unused-command-line-argument - --CFLAGS_STD="-std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DNDEBUG -D_FORTIFY_SOURCE=2" -+CFLAGS_STD="-std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -DNDEBUG" - LDFLAGS_STD="-lc" - - OS=$(uname) -- cgit v1.2.3