From 02f4b12b836a1ed5519d3b93ad977cb4699f4bbc Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 3 Feb 2022 01:55:48 +0000 Subject: fixed circular dependency with glibc --- repo/system/glibc.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/system/glibc.xibuild b/repo/system/glibc.xibuild index a0aa288..ca0feaa 100644 --- a/repo/system/glibc.xibuild +++ b/repo/system/glibc.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make patch) +MAKEDEPS=(make) DEPS=(glibc) PKG_VER=2.34 -- cgit v1.2.1