mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
p11-kit: Update to 0.23.16.1
Added --as-needed linker flag for smaller size. Small configure adjustments. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=p11-kit
|
PKG_NAME:=p11-kit
|
||||||
PKG_VERSION:=0.23.15
|
PKG_VERSION:=0.23.16.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_HASH:=f7c139a0c77a1f0012619003e542060ba8f94799a0ef463026db390680e4d798
|
|
||||||
PKG_SOURCE_URL:=https://github.com/p11-glue/p11-kit/releases/download/$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/p11-glue/p11-kit/releases/download/$(PKG_VERSION)
|
||||||
|
PKG_HASH:=4b34e92ae36fa493e0d94366c767f06d5f9951e3d8581d10fd935d738db1574d
|
||||||
|
|
||||||
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|
||||||
PKG_LICENSE:=BSD-3c
|
PKG_LICENSE:=BSD-3c
|
||||||
@@ -38,12 +38,14 @@ define Package/p11-kit/description
|
|||||||
way that they are discoverable.
|
way that they are discoverable.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_LDFLAGS += -Wl,--gc-sections
|
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
--disable-rpath \
|
||||||
--disable-trust-module \
|
--disable-trust-module \
|
||||||
--without-libffi
|
--without-libffi \
|
||||||
|
--without-systemd
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include/p11-kit-1/p11-kit/
|
$(INSTALL_DIR) $(1)/usr/include/p11-kit-1/p11-kit/
|
||||||
|
|||||||
Reference in New Issue
Block a user