summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch')
-rw-r--r--app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch b/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch
deleted file mode 100644
index aabad382c..000000000
--- a/app-text/odt2txt/files/odt2txt-0.4-hardened_makefile.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2010-06-09 09:22:44.000000000 +0200
-+++ Makefile 2010-06-09 09:26:05.000000000 +0200
-@@ -7,7 +7,8 @@
- #LDFLAGS = -lefence
- LDFLAGS += -g
- else
--CFLAGS = -O2
-+CFLAGS += -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -fPIE
-+LDFLAGS += -fPIE -pie -Wl,-z,relro,-z,now
- endif
-
- ifdef NO_ICONV