wok-6.x diff redupe/receipt @ rev 24159
Up ventoy (1.0.62)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 20 10:05:11 2021 +0000 (2021-12-20) |
parents | 8eaf1d9eb640 |
children |
line diff
1.1 --- a/redupe/receipt Tue Nov 09 17:05:26 2021 +0000 1.2 +++ b/redupe/receipt Mon Dec 20 10:05:11 2021 +0000 1.3 @@ -12,7 +12,7 @@ 1.4 WGET_URL="https://github.com/rescrv/redupe/archive/refs/tags/v$VERSION.tar.gz" 1.5 1.6 DEPENDS="popt" 1.7 -BUILD_DEPENDS="automake gcc83 popt-dev" 1.8 +BUILD_DEPENDS="automake gcc83 libtool popt-dev" 1.9 1.10 current_version() 1.11 { 1.12 @@ -23,6 +23,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 + mkdir m4 1.17 autoreconf -ivf 1.18 ./configure \ 1.19 CC=gcc-83 \