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>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-26 11:26:09 +00:00
committed by Josef Schlehofer
parent e6b5141c7e
commit 4e207bea4a
+1 -1
View File
@@ -96,7 +96,7 @@ define Build/InstallDev
$(SED) \ $(SED) \
's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \ 's,^\(prefix\|exec_prefix\)=.*,\1=$(STAGING_DIR)/usr,g' \
$(2)/bin/gpgme-config $(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 endef
define Package/libgpgme/install define Package/libgpgme/install