It's required for the new gnutls version, fixes: http://autobuild.buildroot.net/results/3ec/3ecac965455dc169162cbdb50f8ff07e2880e504/ Patch status: reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=93211 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
566 B
Makefile
18 lines
566 B
Makefile
################################################################################
|
|
#
|
|
# p11-kit
|
|
#
|
|
################################################################################
|
|
|
|
P11_KIT_VERSION = 0.23.1
|
|
P11_KIT_SITE = http://p11-glue.freedesktop.org/releases
|
|
P11_KIT_DEPENDENCIES = host-pkgconf libffi libtasn1
|
|
P11_KIT_INSTALL_STAGING = YES
|
|
P11_KIT_CONF_OPTS = --disable-static
|
|
P11_KIT_CONF_ENV = ac_cv_have_decl_program_invocation_short_name=yes \
|
|
ac_cv_have_decl___progname=no
|
|
P11_KIT_LICENSE = BSD-3c
|
|
P11_KIT_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|