wok diff iksemel/receipt @ rev 23983

linld: fix strtol
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 24 08:47:45 2020 +0000 (2020-11-24)
parents e476e0df1ff7
children 5ea0ce1cecc0
line diff
     1.1 --- a/iksemel/receipt	Fri Feb 28 09:45:54 2020 +0100
     1.2 +++ b/iksemel/receipt	Tue Nov 24 08:47:45 2020 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://github.com/timothytylee/$PACKAGE-${VERSION%.*}/archive/v$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="gnutls libgcrypt libgpg-error pkg-config zlib"
     1.7 -BUILD_DEPENDS="autoconf automake libtool"
     1.8 +BUILD_DEPENDS="autoconf automake libtool texinfo"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()