mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/libmicrohttpd: needs host-pkgconf
Buildroot commit712121326fbumped the package to 1.0.5 which includes upstream commita1f9374226that breaks the build if pkgconf was not found: https://github.com/Karlson2k/libmicrohttpd/blame/master/m4/pkg.m4#L84 Fixes: https://autobuild.buildroot.net/results/e3e/e3e25753c670b5d86d042d850582e2e1e0eedca5/ https://gitlab.com/buildroot.org/buildroot/-/jobs/14386351826 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
17b434cf07
commit
0ff8b74a0c
@@ -9,6 +9,7 @@ LIBMICROHTTPD_SITE = $(BR2_GNU_MIRROR)/libmicrohttpd
|
||||
LIBMICROHTTPD_LICENSE_FILES = COPYING
|
||||
LIBMICROHTTPD_CPE_ID_VENDOR = gnu
|
||||
LIBMICROHTTPD_INSTALL_STAGING = YES
|
||||
LIBMICROHTTPD_DEPENDENCIES = host-pkgconf
|
||||
LIBMICROHTTPD_CONF_OPTS = --disable-curl --disable-examples
|
||||
LIBMICROHTTPD_CFLAGS = $(TARGET_CFLAGS) -std=c99
|
||||
|
||||
@@ -16,7 +17,7 @@ LIBMICROHTTPD_CONF_ENV += CFLAGS="$(LIBMICROHTTPD_CFLAGS)"
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMICROHTTPD_SSL),y)
|
||||
LIBMICROHTTPD_LICENSE = LGPL-2.1+
|
||||
LIBMICROHTTPD_DEPENDENCIES += host-pkgconf gnutls
|
||||
LIBMICROHTTPD_DEPENDENCIES += gnutls
|
||||
LIBMICROHTTPD_CONF_OPTS += --enable-https --with-gnutls=$(STAGING_DIR)/usr
|
||||
else
|
||||
LIBMICROHTTPD_LICENSE = LGPL-2.1+ or eCos
|
||||
|
||||
Reference in New Issue
Block a user