libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit 80b6da399bc1e1e3f55546b17f02571f6936847b
parent 9035c2a0dbf170ef9528fe796d751ef2558d55db
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  5 Apr 2006 07:02:55 +0000

fix

Diffstat:
Msrc/plugins/pdf/Makefile.am | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/pdf/Makefile.am b/src/plugins/pdf/Makefile.am @@ -46,5 +46,5 @@ libextractor_pdf_la_SOURCES = \ # gcc 3.3 produces BROKEN code for -O1 and -O2 (PDF extraction # would fail silently) hence we MUST override the user flag here # which may contain -O1 or -O2! -CXXFLAGS = -O0 +CXXFLAGS = `echo "$(CFLAGS) -O0" | sed -e "s/-O?//"`