gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2614 - Extractor/src/plugins/pdf


From: grothoff
Subject: [GNUnet-SVN] r2614 - Extractor/src/plugins/pdf
Date: Wed, 5 Apr 2006 09:51:53 -0700 (PDT)

Author: grothoff
Date: 2006-04-05 09:51:52 -0700 (Wed, 05 Apr 2006)
New Revision: 2614

Modified:
   Extractor/src/plugins/pdf/Makefile.am
Log:
fix

Modified: Extractor/src/plugins/pdf/Makefile.am
===================================================================
--- Extractor/src/plugins/pdf/Makefile.am       2006-04-05 16:01:28 UTC (rev 
2613)
+++ Extractor/src/plugins/pdf/Makefile.am       2006-04-05 16:51:52 UTC (rev 
2614)
@@ -46,5 +46,5 @@
 # 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 = `echo "$(CFLAGS) -O0" | sed -e "s/-O?//"`
+CXXFLAGS = "`echo "$(CXXFLAGS)" | sed -e "s/-O?//g"` -O0"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]