wok-next diff dssi/receipt @ rev 20959

Fix minicom
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 06 11:27:41 2018 +0200 (2018-09-06)
parents dfe25744cfaf
children d5aab818505e
line diff
     1.1 --- a/dssi/receipt	Wed Apr 04 12:25:12 2018 +0300
     1.2 +++ b/dssi/receipt	Thu Sep 06 11:27:41 2018 +0200
     1.3 @@ -16,6 +16,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  }