diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 11:58:22 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-18 11:59:48 +0000 |
commit | c0c65e93d4e2c13f299c0921fef7fe9574f0a962 (patch) | |
tree | 85cef9fd6f71bb5215ba46c819e206b5395caaa6 /community/openvas-libraries/000-fortify-source.patch | |
parent | d50351209bd14888ab45c69920b232b2002abe17 (diff) | |
download | aports-c0c65e93d4e2c13f299c0921fef7fe9574f0a962.tar.bz2 aports-c0c65e93d4e2c13f299c0921fef7fe9574f0a962.tar.xz |
community/openvas-libraries: moved from testing
Diffstat (limited to 'community/openvas-libraries/000-fortify-source.patch')
-rw-r--r-- | community/openvas-libraries/000-fortify-source.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/openvas-libraries/000-fortify-source.patch b/community/openvas-libraries/000-fortify-source.patch new file mode 100644 index 0000000000..26ceb25ca9 --- /dev/null +++ b/community/openvas-libraries/000-fortify-source.patch @@ -0,0 +1,13 @@ +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") + + |