wok diff knot/receipt @ rev 21818
opencv: fix build
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 20 19:44:03 2019 +0200 (2019-08-20) |
parents | 5ffe5c4c78fd |
children | 4dc397f1cd33 |
line diff
1.1 --- a/knot/receipt Sun Jul 02 18:38:44 2017 +0200 1.2 +++ b/knot/receipt Tue Aug 20 19:44:03 2019 +0200 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="https://secure.nic.cz/files/knot-dns/$TARBALL" 1.5 1.6 DEPENDS="gnutls nettle liburcu libedit" 1.7 -BUILD_DEPENDS="gnutls-dev nettle-dev liburcu-dev libedit-dev" 1.8 +BUILD_DEPENDS="gnutls-dev libgnutls nettle-dev liburcu-dev libedit-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()