libmicrohttpd: fix

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-12-23 22:30:05 +01:00
parent 86ebf0e96d
commit fde1fb1794

View File

@ -24,7 +24,7 @@ PKG_LICENSE="LGPL"
PKG_SITE="http://www.gnu.org/software/libmicrohttpd/"
PKG_URL="ftp://ftp.gnu.org/gnu/libmicrohttpd/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="libgcrypt"
PKG_BUILD_DEPENDS="toolchain libgcrypt"
PKG_BUILD_DEPENDS_TARGET="toolchain libgcrypt"
PKG_PRIORITY="optional"
PKG_SECTION="web"
PKG_SHORTDESC="libmicrohttpd: a small webserver C library"