aboutsummaryrefslogtreecommitdiffstats
path: root/community/openvas-libraries/000-fortify-source.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 16:40:34 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-06 17:19:56 +0000
commit6beec712cebc7f39e7795193d74f6aaf67265b52 (patch)
tree56c069ea21b23d20a75a275c074e3826d935854d /community/openvas-libraries/000-fortify-source.patch
parent9392d6e920277f8db1e3da3f12fd6fd4fd1e051a (diff)
downloadaports-6beec712cebc7f39e7795193d74f6aaf67265b52.tar.bz2
aports-6beec712cebc7f39e7795193d74f6aaf67265b52.tar.xz
community/gvm-libs: upgrade to 10.0.0
Renamed from openvas-libraries, removed unused patch
Diffstat (limited to 'community/openvas-libraries/000-fortify-source.patch')
-rw-r--r--community/openvas-libraries/000-fortify-source.patch13
1 files changed, 0 insertions, 13 deletions
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")
-
-