X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=config.ml;h=ddf55240d18cf10dadba86ad2dafb00ee5b9022d;hb=refs%2Fheads%2Fmaster;hp=2d4884b2e9164ab720d5ff144150a3bd31d6cf3c;hpb=198017d9cbd2092e8147bef56d1089304ff0788a;p=goaljobs-goals.git diff --git a/config.ml b/config.ml index 2d4884b..ddf5524 100644 --- a/config.ml +++ b/config.ml @@ -38,14 +38,20 @@ let libguestfs_localconfigure source = # erlang is disabled because it is broken in Rawhide: # https://bugzilla.redhat.com/show_bug.cgi?id=1316206 +# Add -fPIC to flags otherwise linking OCaml objects fails. +export CFLAGS=\"-O2 -g -fPIC\" +export CXXFLAGS=\"$CFLAGS\" +export LDFLAGS=\"-fPIC\" + %s \\ + PYTHON=/usr/bin/python3 \\ --prefix /usr \\ --disable-static \\ --with-default-backend=libvirt \\ - --enable-werror \\ --enable-gtk-doc \\ --disable-golang \\ --disable-erlang \\ + --with-virt-v2v-nbdkit-python-plugin=python3 \\ -C \\ \"$@\" " configure @@ -106,6 +112,17 @@ export SKIP_TEST_9P_SH=1 # These tests are broken by libvirt not supporting qemu >= 2.10 locking. # REMOVE THIS when fixed. export SKIP_TEST820RHBZ912499_PY=1 + +# ntfsclone is broken in Rawhide (RHBZ#1601146). +export SKIP_TEST_NTFSCLONE_SH=1 + +# Kernel broken. +# https://bugzilla.redhat.com/show_bug.cgi?id=1657200 +export SKIP_TEST_BIG_DIRS_PL=1 + +# Setting hostname on Ubuntu 18.04 is broken. +# https://bugzilla.redhat.com/show_bug.cgi?id=1658307 +export SKIP_TEST_SETTINGS_UBUNTU_18_04_SH=1 " ^ match supermin with | None -> ""