mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
p11-kit: update to 0.24.1
explicitly disable NLS It seems it's only used for man pages, which are unused. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
47157a1c55
commit
f7744774eb
@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=p11-kit
|
||||
PKG_VERSION:=0.24.0
|
||||
PKG_VERSION:=0.24.1
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://github.com/p11-glue/p11-kit/releases/download/$(PKG_VERSION)
|
||||
PKG_HASH:=81e6140584f635e4e956a1b93a32239acf3811ff5b2d3a5c6094e94e99d2c685
|
||||
PKG_HASH:=d8be783efd5cd4ae534cee4132338e3f40f182c3205d23b200094ec85faaaef8
|
||||
|
||||
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
@ -45,7 +45,8 @@ MESON_ARGS += \
|
||||
-Dstrict=false \
|
||||
-Dsystemd=disabled \
|
||||
-Dgtk_doc=false \
|
||||
-Dman=false
|
||||
-Dman=false \
|
||||
-Dnls=false
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include/p11-kit-1/p11-kit/
|
||||
|
Loading…
Reference in New Issue
Block a user