commit aaf173ccdfcad2f717876be1a7794817ab2a5cdd parent de04c10a6fa741e3985233c5bda48b2d8918e7f8 Author: Dylan Araps <dylan.araps@gmail.com> Date: Thu, 23 Apr 2020 14:38:27 +0300 ostree: Fix build with libXslt Diffstat:
M | flatpak/ostree/build | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/flatpak/ostree/build b/flatpak/ostree/build @@ -1,7 +1,9 @@ #!/bin/sh -e ./configure \ - --prefix=/usr + --prefix=/usr \ + --disable-gtk-doc \ + --disable-man make make DESTDIR="$1" install