mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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:
committed by
Josef Schlehofer
parent
e6b5141c7e
commit
4e207bea4a
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user