git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1e65c4b
)
p11-kit: remove pointless --as-needed parameter
author
Rosen Penev
<redacted>
Sun, 26 Apr 2020 02:57:19 +0000
(19:57 -0700)
committer
Rosen Penev
<redacted>
Mon, 27 Apr 2020 22:53:48 +0000
(15:53 -0700)
It is already default with meson.
Not bumping PKG_RELEASE as there is no compiled difference.
Signed-off-by: Rosen Penev <redacted>
libs/p11-kit/Makefile
patch
|
blob
|
history
diff --git
a/libs/p11-kit/Makefile
b/libs/p11-kit/Makefile
index 9827ac0215bc10f3d6a3381ff077a262bfba3a31..1503d120446c1113b92870305325195462d1c0ed 100644
(file)
--- 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 \
git clone https://git.99rst.org/PROJECT