summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-03 01:55:48 +0000
committerdavidovski <david@davidovski.xyz>2022-02-03 01:55:48 +0000
commit02f4b12b836a1ed5519d3b93ad977cb4699f4bbc (patch)
tree50b4e0979792ebd8405e46c02e8688b66778994c
parentf6a5db1f96d1eee06d59153cdb2730c88189a63a (diff)
fixed circular dependency with glibc
-rw-r--r--repo/system/glibc.xibuild2
1 files changed, 1 insertions, 1 deletions
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