Commit 0f7795df authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated LVM2 to 2.03.09 to avoid problems with virt-resize in libguestfs

parent 7d593ac5
all: all:
tar xf LVM2.2.03.05.tgz tar xf LVM2.2.03.09.tgz
cd LVM2.2.03.05 && ./configure --prefix=/usr --exec-prefix= --with-confdir=/etc --enable-cmdlib --enable-pkgconfig --enable-udev_sync cd LVM2.2.03.09 && ./configure --prefix=/usr --exec-prefix= --with-confdir=/etc --enable-cmdlib --enable-pkgconfig --enable-udev_sync --enable-lvmetad
$(MAKE) -C LVM2.2.03.05 $(MAKE) -C LVM2.2.03.09
$(MAKE) -C LVM2.2.03.05 install $(MAKE) -C LVM2.2.03.09 install
$(MAKE) -C LVM2.2.03.05 install_systemd_generators $(MAKE) -C LVM2.2.03.09 install_systemd_generators
$(MAKE) -C LVM2.2.03.05 install_systemd_units $(MAKE) -C LVM2.2.03.09 install_systemd_units
-$(MAKE) -C LVM2.2.03.05 check_local -$(MAKE) -C LVM2.2.03.09 check_local
rm -rf LVM2.2.03.05 rm -rf LVM2.2.03.09
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