Browse Source

Merge pull request #10693 from neheb/nn

p11-kit: Fix uClibc-ng compile failure
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
0484af48af
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      libs/p11-kit/Makefile

+ 4
- 1
libs/p11-kit/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=p11-kit
PKG_VERSION:=0.23.18.1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/p11-glue/p11-kit/releases/download/$(PKG_VERSION)
@ -47,6 +47,9 @@ CONFIGURE_ARGS+= \
--without-libffi \
--without-systemd
CONFIGURE_VARS += \
ac_cv_have_decl_program_invocation_short_name=yes
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/p11-kit-1/p11-kit/
$(CP) $(PKG_INSTALL_DIR)/usr/include/p11-kit-1/p11-kit/* $(1)/usr/include/p11-kit-1/p11-kit/


Loading…
Cancel
Save