llvm, clang: bump to 14.0.6
[kiss-trunc88.git] / ostree / build
blob8b3c760b682ecc9392f6f110c763dff41e4e787f
1 #!/bin/sh -e
3 unset CFLAGS
4 unset CXXFLAGS
6 ./configure \
7 --prefix=/usr \
8 --libexecdir=/usr/lib \
9 --disable-gtk-doc \
10 --disable-man \
11 --enable-instrospection=no \
12 --without-libsystemd \
13 --disable-rofiles-fuse
15 make
16 make install