wok rev 24140

redupe: added build dependency libtool
author Hans-G?nter Theisgen
date Fri Nov 12 11:11:24 2021 +0100 (2021-11-12)
parents 8eaf1d9eb640
children da48d3800edf
files redupe/receipt
line diff
     1.1 --- a/redupe/receipt	Tue Nov 09 17:05:26 2021 +0000
     1.2 +++ b/redupe/receipt	Fri Nov 12 11:11:24 2021 +0100
     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		\