mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user