Commit 2877d276 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed --with-guestfs-path configure option

parent 01afee84
......@@ -21,7 +21,7 @@ all:
patch -Np1 -d libguestfs-1.45.6 < libguestfs-1.45.6-fix_9p.patch
patch -Np1 -d libguestfs-1.45.6 < libguestfs-1.45.6-fix_isoimage_test.patch
patch -Np1 -d libguestfs-1.45.6 < libguestfs-1.45.6-fix_mount-local_test.patch
cd libguestfs-1.45.6 && ./configure --prefix=/usr --sysconfdir=/etc --with-libguestfs-path=/usr/lib/guestfs --with-extra-packages="glibc readline ncurses util-linux xz pcre zlib systemd iproute2 libcap jansson augeas hivex libtirpc parted mdadm libaio cryptsetup popt openssl json-c cdrkit gptfdisk gcc"
cd libguestfs-1.45.6 && ./configure --prefix=/usr --sysconfdir=/etc --with-guestfs-path=/usr/lib/guestfs --with-extra-packages="glibc readline ncurses util-linux xz pcre zlib systemd iproute2 libcap jansson augeas hivex libtirpc parted mdadm libaio cryptsetup popt openssl json-c cdrkit gptfdisk gcc"
$(MAKE) -C libguestfs-1.45.6
# As of November 2020 QEMU 5.1.0 does not have functioning TCG implementation of Skylake CPU - attempt to run libguestfs tests in TCG mode bound to fail on Skylake system.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment