59117c3
From 761d4c5487570b9c1b37ac4ea13d86fcdb244f65 Mon Sep 17 00:00:00 2001
59117c3
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
59117c3
Date: Fri, 12 Aug 2011 09:44:45 +0100
59117c3
Subject: [PATCH] Related: rhbz#730225 avoid segv in ld, this was set to -O0
59117c3
 around 2000
59117c3
59117c3
---
59117c3
 sd/Library_sdfilt.mk |   12 +-----------
59117c3
 1 files changed, 1 insertions(+), 11 deletions(-)
59117c3
59117c3
diff --git a/sd/source/filter/eppt/makefile.mk b/sd/source/filter/eppt/makefile.mk
59117c3
index 2a91103..7871436 100644
59117c3
--- a/sd/source/filter/eppt/makefile.mk
59117c3
+++ b/sd/source/filter/eppt/makefile.mk
59117c3
@@ -37,10 +37,6 @@ VISIBILITY_HIDDEN=TRUE
59117c3
 
59117c3
 # --- Files --------------------------------------------------------
59117c3
 
59117c3
-.IF "$(COM)"=="GCC"
59117c3
-NOOPTFILES= $(SLO)$/epptso.obj
59117c3
-.ENDIF
59117c3
-
59117c3
 SLOFILES =  $(SLO)$/eppt.obj			\
59117c3
             $(SLO)$/epptso.obj			\
59117c3
             $(SLO)$/escherex.obj		\