diff options
-rw-r--r-- | package/p11-kit/p11-kit.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/p11-kit/p11-kit.mk b/package/p11-kit/p11-kit.mk index 2ddb27c83..89774dcdf 100644 --- a/package/p11-kit/p11-kit.mk +++ b/package/p11-kit/p11-kit.mk @@ -9,6 +9,8 @@ P11_KIT_SITE = http://p11-glue.freedesktop.org/releases P11_KIT_DEPENDENCIES = host-pkgconf libtasn1 P11_KIT_INSTALL_STAGING = YES P11_KIT_CONF_OPT = --disable-static +P11_KIT_CONF_ENV = ac_cv_have_decl_program_invocation_short_name=yes \ + ac_cv_have_decl___progname=yes P11_KIT_LICENSE = BSD-3c P11_KIT_LICENSE_FILES = COPYING |