# HG changeset patch # User Hans-G?nter Theisgen # Date 1636711884 -3600 # Node ID c7f8c2901186faeb16098eb7b7a5ea097d95ed86 # Parent 8eaf1d9eb640617b2be40421103fb15253b29559 redupe: added build dependency libtool diff -r 8eaf1d9eb640 -r c7f8c2901186 redupe/receipt --- a/redupe/receipt Tue Nov 09 17:05:26 2021 +0000 +++ b/redupe/receipt Fri Nov 12 11:11:24 2021 +0100 @@ -12,7 +12,7 @@ WGET_URL="https://github.com/rescrv/redupe/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="popt" -BUILD_DEPENDS="automake gcc83 popt-dev" +BUILD_DEPENDS="automake gcc83 libtool popt-dev" current_version() { @@ -23,6 +23,7 @@ # Rules to configure and make the package. compile_rules() { + mkdir m4 autoreconf -ivf ./configure \ CC=gcc-83 \