aboutsummaryrefslogtreecommitdiffstats
path: root/testing/openvas-cli/001-fortify-source.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-18 11:58:49 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-18 11:59:48 +0000
commit3bc8f4ab96a4d4d196c40d6fab40367396d3f17b (patch)
tree8737927e65bd4b5f3dcede3027c1e796ae683424 /testing/openvas-cli/001-fortify-source.patch
parentc0c65e93d4e2c13f299c0921fef7fe9574f0a962 (diff)
downloadaports-3bc8f4ab96a4d4d196c40d6fab40367396d3f17b.tar.bz2
aports-3bc8f4ab96a4d4d196c40d6fab40367396d3f17b.tar.xz
community/openvas-cli: moved from testing
Diffstat (limited to 'testing/openvas-cli/001-fortify-source.patch')
-rw-r--r--testing/openvas-cli/001-fortify-source.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/openvas-cli/001-fortify-source.patch b/testing/openvas-cli/001-fortify-source.patch
deleted file mode 100644
index 49a9cdfd97..0000000000
--- a/testing/openvas-cli/001-fortify-source.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index db7cb9b..3681573 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -190,9 +190,9 @@ configure_file (VERSION.in VERSION)
- ## Program
-
- if (MINGW)
-- set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -D_FORTIFY_SOURCE=2")
-+ set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2")
- else (MINGW)
-- set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -D_FORTIFY_SOURCE=2 -fstack-protector")
-+ set (HARDENING_FLAGS "-Wformat -Wformat-security -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector")
- set (LINKER_HARDENING_FLAGS "-Wl,-z,relro -Wl,-z,now")
- endif (MINGW)
-