diff options
author | Colin Walters <walters@verbum.org> | 2017-11-06 15:42:05 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2017-11-06 21:32:30 +0000 |
commit | 9f4b5c0cc5abc255846b63a20de2082706c77aba (patch) | |
tree | 94b054c96f4f4fd518a8db151eedf2e567cca250 /Makefile.am | |
parent | a16dddcaff5eb26f4843b89cd48213f1dd4817bd (diff) | |
download | ostree-9f4b5c0cc5abc255846b63a20de2082706c77aba.tar.gz |
build: Also fix -Werror=undef for old libsoup
Same change as before, but for libsoup.
Closes: #1328
Approved by: jlebon
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e1dfd32b..6043b2aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ AM_CPPFLAGS += -DDATADIR='"$(datadir)"' -DLIBEXECDIR='"$(libexecdir)"' \ -DG_LOG_DOMAIN=\"OSTree\" \ -DOSTREE_GITREV='"$(OSTREE_GITREV)"' \ -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 '-DGLIB_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,50)' \ - -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 -DSOUP_VERSION_MAX_ALLOWED=SOUP_VERSION_2_48 + -DSOUP_VERSION_MIN_REQUIRED=SOUP_VERSION_2_40 '-DSOUP_VERSION_MAX_ALLOWED=G_ENCODE_VERSION(2,48)' AM_CFLAGS += -std=gnu99 $(WARN_CFLAGS) AM_DISTCHECK_CONFIGURE_FLAGS += \ --enable-gtk-doc \ |