wok-next diff libmcrypt/receipt @ rev 20780

GnuPG update: 2.1.21 (2017 May) -> 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 05:44:49 2018 +0000 (2018-06-09)
parents 9e5dca6702bf
children d5aab818505e
line diff
     1.1 --- a/libmcrypt/receipt	Sat Apr 07 16:01:14 2018 +0300
     1.2 +++ b/libmcrypt/receipt	Sat Jun 09 05:44:49 2018 +0000
     1.3 @@ -15,6 +15,7 @@
     1.4  
     1.5  compile_rules() {
     1.6  	./configure $CONFIGURE_ARGS &&
     1.7 +	fix libtool &&
     1.8  	make &&
     1.9  	make DESTDIR=$DESTDIR install
    1.10  }