]> git.99rst.org Git - openwrt-packages.git/commit
gpgme: fix double -sf flag passed to ln
authorXuzhen LI <redacted>
Fri, 10 Jul 2026 08:28:09 +0000 (17:28 +0900)
committerJosef Schlehofer <redacted>
Wed, 15 Jul 2026 06:32:08 +0000 (08:32 +0200)
commit88d19c5ceba1095f2e3af43de81e2784543b22ea
tree31c31255ca112236bc723e4990d182ab50c0147c
parent1e2dc0917c136f8ad6698b11c61ca33499926a9d
gpgme: fix double -sf flag passed to ln

LN is already defined as 'ln -sf' in rules.mk, so passing -sf again
results in 'ln -sf -sf ...', which fails with stricter ln implementations.

Fixes #29243.

Signed-off-by: Xuzhen LI <redacted>
libs/gpgme/Makefile
git clone https://git.99rst.org/PROJECT