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 4 years ago
parent
commit
6002d160a3
No known key found for this signature in database GPG Key ID: 36D31CFA845F0E3B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/p11-kit/Makefile

+ 1
- 1
libs/p11-kit/Makefile View File

@ -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 \


Loading…
Cancel
Save