From: kotarou Date: Wed, 3 Aug 2011 12:46:04 +0000 (-0400) Subject: build: Pass ZLIB_CFLAGS for gio build X-Git-Tag: 2.29.16~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a187199efd7eb16f500cef31c950d4eafbfe3a4b;p=platform%2Fupstream%2Fglib.git build: Pass ZLIB_CFLAGS for gio build Otherwise we will fail if zlib is in an alternative prefix. Commit message written by Colin Walters https://bugzilla.gnome.org/show_bug.cgi?id=655769 --- diff --git a/gio/Makefile.am b/gio/Makefile.am index 148f4c5..295c60d 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -415,6 +415,8 @@ libgio_2_0_la_LIBADD = \ $(XATTR_LIBS) \ $(NULL) +libgio_2_0_la_CPPFLAGS = $(ZLIB_CFLAGS) $(AM_CPPFLAGS) + if PLATFORM_WIN32 no_undefined = -no-undefined endif