aboutsummaryrefslogtreecommitdiff
path: root/libs/p11-kit/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-04-25 19:57:19 -0700
committerRosen Penev <rosenp@gmail.com>2020-04-27 15:53:48 -0700
commit6002d160a3bfb46849a20870bd544a1026c16d0e (patch)
treecf47c33bb52c17632069302fe2f4cc528260fb92 /libs/p11-kit/Makefile
parent1e65c4b7e3b493bddc19d64ff3d9a73206f69ccb (diff)
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 <rosenp@gmail.com>
Diffstat (limited to 'libs/p11-kit/Makefile')
-rw-r--r--libs/p11-kit/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \