summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2014-02-04 22:21:35 -0500
committerArnaud Fontaine <arnau@debian.org>2014-02-17 17:38:55 +0900
commitf411a723594636220b0876389b7831409b81e97a (patch)
tree8b152712e2ba06d56362befd98b9f5d52f1dc0bd
parent0d23526dc93b0d5d77a5f46c3b0568f5700d2fd7 (diff)
make: compile the library with standard xorg warning flags
The new BASE_CFLAGS variable contains only warning flags that do not alter the generated byte code, unlike the deprecated CWARNFLAGS which turns off the GNUCC strict aliasing optimization. Package util-macros version 1.16 or later is required. Pick-up upstream changes for m4 submodule Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
m---------m40
-rw-r--r--renderutil/Makefile.am1
2 files changed, 1 insertions, 0 deletions
diff --git a/m4 b/m4
-Subproject 177e4afb9b57a7b7589c15d8a9bd85b4a552412
+Subproject 9dd400297f673851dfaea22de2b51583c7b89cb
diff --git a/renderutil/Makefile.am b/renderutil/Makefile.am
index c9af2a7..3a51798 100644
--- a/renderutil/Makefile.am
+++ b/renderutil/Makefile.am
@@ -3,6 +3,7 @@ lib_LTLIBRARIES = libxcb-render-util.la
xcbinclude_HEADERS = xcb_renderutil.h
+AM_CFLAGS = $(BASE_CFLAGS)
AM_CPPFLAGS = $(XCB_CFLAGS) $(XCB_RENDER_CFLAGS)
libxcb_render_util_la_SOURCES = cache.c util.c glyph.c
libxcb_render_util_la_LIBADD = $(XCB_LIBS) $(XCB_RENDER_LIBS)