wok rev 25022
expedite: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 12:49:53 2022 +0000 (2022-05-18) |
parents | 1be16cc1cd50 |
children | 192db54e5c3d |
files | expedite/receipt |
line diff
1.1 --- a/expedite/receipt Wed May 18 11:39:29 2022 +0000 1.2 +++ b/expedite/receipt Wed May 18 12:49:53 2022 +0000 1.3 @@ -25,7 +25,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - ./autogen.sh && 1.8 + ./configure -disable-doc $CONFIGURE_ARGS && 1.9 make $MAKEFLAGS && 1.10 make install 1.11 }