diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-08 08:01:50 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-08 08:01:50 +0000 |
commit | a69d14d8ccfd9da393c59b1d91fae8193ba39d39 (patch) | |
tree | 3adb3fbeee4b126d9a6542046a778e7367b71a89 /community/greenbone-security-assistant/001-fortify-source.patch | |
parent | 052dea00bb137fd0347d3f90e315a9894145fd70 (diff) | |
download | aports-a69d14d8ccfd9da393c59b1d91fae8193ba39d39.tar.bz2 aports-a69d14d8ccfd9da393c59b1d91fae8193ba39d39.tar.xz |
community/greenbone-security-assistant: upgrade to 7.0.2
Diffstat (limited to 'community/greenbone-security-assistant/001-fortify-source.patch')
-rw-r--r-- | community/greenbone-security-assistant/001-fortify-source.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/greenbone-security-assistant/001-fortify-source.patch b/community/greenbone-security-assistant/001-fortify-source.patch deleted file mode 100644 index afd1af231d..0000000000 --- a/community/greenbone-security-assistant/001-fortify-source.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 549833c..a4e7882 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -487,7 +487,7 @@ install (FILES ${CMAKE_CURRENT_BINARY_DIR}/zones.xml - - ## 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") |