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 ; \