wok-next diff cryptsetup/receipt @ rev 20765

Up cookutils (1066); add xmahjongg
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 00:54:44 2018 +0300 (2018-06-06)
parents 0e8dadf052b9
children 41860cbdf043
line diff
     1.1 --- a/cryptsetup/receipt	Thu Jul 27 00:56:44 2017 +0300
     1.2 +++ b/cryptsetup/receipt	Wed Jun 06 00:54:44 2018 +0300
     1.3 @@ -14,14 +14,14 @@
     1.4  BUILD_DEPENDS="util-linux-uuid-dev libdevmapper-dev popt-dev libgcrypt-dev"
     1.5  SPLIT="cryptsetup-dev"
     1.6  
     1.7 -# Rules to configure and make the package.
     1.8 -compile_rules()
     1.9 -{
    1.10 +compile_rules() {
    1.11  	./configure \
    1.12  		--disable-static \
    1.13  		--enable-cryptsetup-reencrypt \
    1.14 -	$CONFIGURE_ARGS &&
    1.15 -	make && make install
    1.16 +		$CONFIGURE_ARGS &&
    1.17 +	fix libtool &&
    1.18 +	make &&
    1.19 +	make install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.