diff options
author | davidovski <david@davidovski.xyz> | 2022-02-03 01:55:48 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-03 01:55:48 +0000 |
commit | 02f4b12b836a1ed5519d3b93ad977cb4699f4bbc (patch) | |
tree | 50b4e0979792ebd8405e46c02e8688b66778994c /repo | |
parent | f6a5db1f96d1eee06d59153cdb2730c88189a63a (diff) |
fixed circular dependency with glibc
Diffstat (limited to 'repo')
-rw-r--r-- | repo/system/glibc.xibuild | 2 |
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 |