aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-webcore/files/build_silence.patch
blob: ac77e17aac86fa3c677449e3ce0e2b36c687d0a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: configure.in
===================================================================
--- configure.in	(revision 46)
+++ configure.in	(working copy)
@@ -134,9 +134,9 @@
 AC_SUBST(LIBCURL_LIBS) #needed by the osb-nrcore.pc.in
 
 
-CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti -nostdinc++"
+CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-rtti -nostdinc++ -DLOG_DISABLED"
 
-CPPFLAGS="$CPPFLAGS -include \"\$(top_srcdir)/WebCorePrefix.h\" $PACKAGE_CFLAGS $X_CFLAGS $JSCORE_CFLAGS $DEFINES"
+CPPFLAGS="$CPPFLAGS -include \"\$(top_srcdir)/WebCorePrefix.h\" $PACKAGE_CFLAGS $X_CFLAGS $JSCORE_CFLAGS $DEFINES -DLOG_DISABLED"
 LDFLAGS="$LDFLAGS $PACKAGE_LIBS $X_LIBS $JSCORE_LIBS \
 -nodefaultlibs -lgcc -lc"