X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=config.ml;h=ddf55240d18cf10dadba86ad2dafb00ee5b9022d;hb=refs%2Fheads%2Fmaster;hp=23365372a90f30cfb016d41a52dcd42f5b605d44;hpb=2c76bca15da989e89173220a08b634ad0868d1cc;p=goaljobs-goals.git diff --git a/config.ml b/config.ml index 2336537..ddf5524 100644 --- a/config.ml +++ b/config.ml @@ -38,13 +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-gtk-doc \\ --disable-golang \\ --disable-erlang \\ + --with-virt-v2v-nbdkit-python-plugin=python3 \\ -C \\ \"$@\" " configure