From 54621d9e530f120b3ae40507b53b1dd13a778a5c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 5 Oct 2016 10:13:33 -0400 Subject: [PATCH] libglnx: Update to latest This pulls in a new compilation flag for wrpseudo compatibility. Also note we need to add some includes since glnx-libcontainer went away, and with it some includes for `sys/mount.h` etc. Closes: #522 Approved by: cgwalters --- configure.ac | 1 + libglnx | 2 +- src/libostree/ostree-sysroot.c | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b739d2a7..0126bdd4 100644 --- a/configure.ac +++ b/configure.ac @@ -335,6 +335,7 @@ echo " libarchive (parse tar files directly): $with_libarchive static deltas: yes (always enabled now) O_TMPFILE: $enable_otmpfile + wrpseudo-compat: $enable_wrpseudo_compat man pages (xsltproc): $enable_man api docs (gtk-doc): $enable_gtk_doc gjs-based tests: $have_gjs diff --git a/libglnx b/libglnx index 4ae5e3be..36396b49 160000 --- a/libglnx +++ b/libglnx @@ -1 +1 @@ -Subproject commit 4ae5e3beaaa674abfabf7404ab6fafcc4ec547db +Subproject commit 36396b49ad6636c9959f3dfac5e04d41584b1a92 diff --git a/src/libostree/ostree-sysroot.c b/src/libostree/ostree-sysroot.c index ee87128d..97f00c4e 100644 --- a/src/libostree/ostree-sysroot.c +++ b/src/libostree/ostree-sysroot.c @@ -21,6 +21,8 @@ #include "config.h" #include "otutil.h" +#include +#include #include "ostree-core-private.h" #include "ostree-sysroot-private.h"