From 4e207bea4a691c54300dcd53bc29ac88d8025c85 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 26 Apr 2026 11:26:09 +0000 Subject: [PATCH] gpgme: fix build error with newer ln (double -sf flag) Agent-Logs-Url: https://github.com/openwrt/packages/sessions/0e643263-eb3b-49f0-9122-1cfabee0c12b Co-authored-by: BKPepe <4096468+BKPepe@users.noreply.github.com> --- libs/gpgme/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gpgme/Makefile b/libs/gpgme/Makefile index 44bc374f79..5bff34a052 100644 --- a/libs/gpgme/Makefile +++ b/libs/gpgme/Makefile @@ -96,7 +96,7 @@ define Build/InstallDev $(SED) \ 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \ $(2)/bin/gpgme-config - $(LN) -sf $(STAGING_DIR)/host/bin/gpgme-config $(1)/usr/bin/gpgme-config + $(LN) $(STAGING_DIR)/host/bin/gpgme-config $(1)/usr/bin/gpgme-config endef define Package/libgpgme/install