diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 10:01:14 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-19 11:24:37 +0000 |
commit | d456651d95aefa62c7b38d7af4a105ebb66f279c (patch) | |
tree | 421d8e21a6dde3ffb93daffccd8cf793351859fb /community/openvas-manager/002-fortify-source.patch | |
parent | b9ed44f9585b23b8ed7a0d4dbc3ddd8f35094af9 (diff) | |
download | aports-d456651d95aefa62c7b38d7af4a105ebb66f279c.tar.bz2 aports-d456651d95aefa62c7b38d7af4a105ebb66f279c.tar.xz |
community/openvas-manager: moved from testing
Diffstat (limited to 'community/openvas-manager/002-fortify-source.patch')
-rw-r--r-- | community/openvas-manager/002-fortify-source.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/openvas-manager/002-fortify-source.patch b/community/openvas-manager/002-fortify-source.patch new file mode 100644 index 0000000000..539fa7eef5 --- /dev/null +++ b/community/openvas-manager/002-fortify-source.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 203f8b9..403e091 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -284,7 +284,7 @@ configure_file (tools/openvas-migrate-to-postgres.in tools/openvas-migrate-to-po + + ## Program + +-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") + set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${HARDENING_FLAGS} -Wall -D_BSD_SOURCE -D_ISOC99_SOURCE -D_SVID_SOURCE -D_DEFAULT_SOURCE -D_FILE_OFFSET_BITS=64") |