From: Rosen Penev Date: Sun, 26 Apr 2020 02:57:19 +0000 (-0700) Subject: p11-kit: remove pointless --as-needed parameter X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6002d160a3bfb46849a20870bd544a1026c16d0e;p=openwrt-packages.git 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 --- diff --git a/libs/p11-kit/Makefile b/libs/p11-kit/Makefile index 9827ac021..1503d1204 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 \