Commit e86599a2 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated cryptsetup to 2.3.6

parent c9c44786
all: all:
tar xf cryptsetup-2.3.3.tar.xz tar xf cryptsetup-2.3.6.tar.xz
patch -Np1 -d cryptsetup-2.3.3 < cryptsetup-2.3.3-tests.patch cd cryptsetup-2.3.6 && ./configure --prefix=/usr
cd cryptsetup-2.3.3 && ./configure --prefix=/usr $(MAKE) -C cryptsetup-2.3.6
$(MAKE) -C cryptsetup-2.3.3 -$(MAKE) -C cryptsetup-2.3.6 check
-$(MAKE) -C cryptsetup-2.3.3 check $(MAKE) -C cryptsetup-2.3.6 install
$(MAKE) -C cryptsetup-2.3.3 install rm -rf cryptsetup-2.3.6
rm -rf cryptsetup-2.3.3
This diff is collapsed.
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