libguestfs: Add -fPIC to CFLAGS.
[goaljobs-goals.git] / config.ml
index 16b3502..ddf5524 100644 (file)
--- a/config.ml
+++ b/config.ml
@@ -38,6 +38,11 @@ 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 \\