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>
This commit is contained in:
parent
1e65c4b7e3
commit
6002d160a3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ define Package/p11-kit/description
|
||||||
way that they are discoverable.
|
way that they are discoverable.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
TARGET_LDFLAGS += -Wl,--gc-sections
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Dhash_impl=internal \
|
-Dhash_impl=internal \
|
||||||
|
|
Loading…
Reference in a new issue