wok diff libmicrohttpd/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents 4904e3d374a9
children 9e985e6947f6
line diff
     1.1 --- a/libmicrohttpd/receipt	Tue Jun 11 10:41:23 2013 +0200
     1.2 +++ b/libmicrohttpd/receipt	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libmicrohttpd"
     1.7 -VERSION="0.9.18"
     1.8 +VERSION="0.9.33"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="A small C library that is supposed to make it easy to run an HTTP server as part of another application."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -11,7 +11,7 @@
    1.13  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.14  
    1.15  DEPENDS="libgcrypt libgnutls"
    1.16 -BUILD_DEPENDS="libgcrypt-dev gnutls-dev libtasn1-dev"
    1.17 +BUILD_DEPENDS="libgcrypt-dev gmp-dev gnutls-dev libtasn1-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()