Browse Source
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>
lilik-openwrt-22.03
Rosen Penev
5 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
1 additions and
1 deletions
-
libs/p11-kit/Makefile
|
@ -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 \
|
|
|