From 6002d160a3bfb46849a20870bd544a1026c16d0e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 25 Apr 2020 19:57:19 -0700 Subject: [PATCH] p11-kit: remove pointless --as-needed parameter It is already default with meson. Not bumping PKG_RELEASE as there is no compiled difference. Signed-off-by: Rosen Penev --- libs/p11-kit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/p11-kit/Makefile b/libs/p11-kit/Makefile index 9827ac0215..1503d12044 100644 --- a/libs/p11-kit/Makefile +++ b/libs/p11-kit/Makefile @@ -39,7 +39,7 @@ define Package/p11-kit/description way that they are discoverable. endef -TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed +TARGET_LDFLAGS += -Wl,--gc-sections MESON_ARGS += \ -Dhash_impl=internal \