gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r2611 - Extractor/src/plugins/pdf
Date: Wed, 5 Apr 2006 00:02:58 -0700 (PDT)

Author: grothoff
Date: 2006-04-05 00:02:55 -0700 (Wed, 05 Apr 2006)
New Revision: 2611

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 06:11:59 UTC (rev 
2610)
+++ Extractor/src/plugins/pdf/Makefile.am       2006-04-05 07:02:55 UTC (rev 
2611)
@@ -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 = -O0
+CXXFLAGS = `echo "$(CFLAGS) -O0" | sed -e "s/-O?//"`
 





reply via email to

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