search for: 4bed86391

Displaying 1 result from an estimated 1 matches for "4bed86391".

2020 Feb 24
1
[PATCH] docs: fix instructions for building from git
...igure ought to add -fPIC automatically if it is needed by the distro. I also expected autogen.sh to update the submodules besides just gnulib. docs/guestfs-building.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guestfs-building.pod b/docs/guestfs-building.pod index 4bed86391..005626515 100644 --- a/docs/guestfs-building.pod +++ b/docs/guestfs-building.pod @@ -414,7 +414,8 @@ git. git clone https://github.com/libguestfs/libguestfs cd libguestfs - ./autogen.sh + git submodule update --init + CFLAGS=-fPIC ./autogen.sh make =head1 BUILDING FROM TARBALLS -- 2.24...