mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
build: Pass ZLIB_CFLAGS for gio build
Otherwise we will fail if zlib is in an alternative prefix. Commit message written by Colin Walters <walters@verbum.org> https://bugzilla.gnome.org/show_bug.cgi?id=655769
This commit is contained in:
parent
ee63179b71
commit
a187199efd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user