From a73dece4d93d7316baa5376b05218c4d58933995 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Thu, 18 Aug 2016 12:31:41 +0000 Subject: Revert "community/openvas-libraries: moved from testing" This reverts commit c0c65e93d4e2c13f299c0921fef7fe9574f0a962. --- community/openvas-libraries/000-fortify-source.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 community/openvas-libraries/000-fortify-source.patch (limited to 'community/openvas-libraries/000-fortify-source.patch') diff --git a/community/openvas-libraries/000-fortify-source.patch b/community/openvas-libraries/000-fortify-source.patch deleted file mode 100644 index 26ceb25ca9..0000000000 --- a/community/openvas-libraries/000-fortify-source.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index a85088f..9d47f3a 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -302,7 +302,7 @@ if (NOT MINGW) - - endif (NOT MINGW) - --set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now") -+set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector -Wl,-z,relro -Wl,-z,now") - set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Werror") - - -- cgit v1.2.3