From 968788062f94be85ad8c4d8160e4ac1f66c3eec6 Mon Sep 17 00:00:00 2001 From: actions-user Date: Tue, 4 Mar 2025 20:48:13 +0800 Subject: [PATCH] update 2025-03-04 20:48:13 --- daed/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/daed/Makefile b/daed/Makefile index 50524f4d..3d627136 100644 --- a/daed/Makefile +++ b/daed/Makefile @@ -75,6 +75,7 @@ define Build/Prepare pushd $(PKG_BUILD_DIR)/dae-core ; \ git submodule update --init ; \ go mod tidy ; \ + wget -qO - https://github.com/daeuniverse/dae/commit/43ec540.patch | patch -Rp1 ; \ popd ; \ pushd $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/wing ; \ wget -qO - https://github.com/daeuniverse/dae-wing/commit/ca02961.patch | patch -p1 ; \