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