diff options
author | davidovski <david@davidovski.xyz> | 2022-02-03 01:48:43 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-03 01:48:43 +0000 |
commit | 8659986b32f4fa9be9bc49efa255d83dcc91c0e8 (patch) | |
tree | e389e6e1dae30fd865099862bcfada8f1cd392c8 /repo/system | |
parent | 1ac46c59b09708bf53af6b97257713ebc757ba04 (diff) |
added patch to various makedeps
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/binutils.xibuild | 2 | ||||
-rw-r--r-- | repo/system/efivar.xibuild | 4 | ||||
-rw-r--r-- | repo/system/glibc.xibuild | 2 | ||||
-rw-r--r-- | repo/system/gobject-introspection.xibuild | 2 | ||||
-rw-r--r-- | repo/system/js78.xibuild | 2 | ||||
-rw-r--r-- | repo/system/nss.xibuild | 2 | ||||
-rw-r--r-- | repo/system/polkit.xibuild | 2 | ||||
-rw-r--r-- | repo/system/sysvinit.xibuild | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/repo/system/binutils.xibuild b/repo/system/binutils.xibuild index ad239ee..0fc2365 100644 --- a/repo/system/binutils.xibuild +++ b/repo/system/binutils.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make dejagnu bzip2 xz zlib zstd) +MAKEDEPS=(make dejagnu bzip2 xz zlib zstd patch) DEPS=(glibc zlib elfutils) PKG_VER=2.37 diff --git a/repo/system/efivar.xibuild b/repo/system/efivar.xibuild index b3549a5..8dc916a 100644 --- a/repo/system/efivar.xibuild +++ b/repo/system/efivar.xibuild @@ -1,7 +1,7 @@ #!/bin/bash -MAKEDEPS=(make ) -DEPS=() +MAKEDEPS=(make patch) +DEPS=(glibc) PKG_VER=37 SOURCE=https://github.com/rhboot/efivar/releases/download/$PKG_VER/efivar-$PKG_VER.tar.bz2 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 diff --git a/repo/system/gobject-introspection.xibuild b/repo/system/gobject-introspection.xibuild index 5556740..508af8b 100644 --- a/repo/system/gobject-introspection.xibuild +++ b/repo/system/gobject-introspection.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=() +MAKEDEPS=(meson ninja patch) DEPS=(python-mako python-markdown) PKG_VER=1.70.0 diff --git a/repo/system/js78.xibuild b/repo/system/js78.xibuild index c134f7e..ab7023c 100644 --- a/repo/system/js78.xibuild +++ b/repo/system/js78.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(gcc autoconf2.13 icu rustc which zip llvm) +MAKEDEPS=(gcc autoconf2.13 icu rustc which zip llvm patch make) DEPS=(readline bash zlib) PKG_VER=78.15.0 diff --git a/repo/system/nss.xibuild b/repo/system/nss.xibuild index 46d3dad..d29d84a 100644 --- a/repo/system/nss.xibuild +++ b/repo/system/nss.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make gyp perl mercurial python) +MAKEDEPS=(make gyp perl mercurial python patch) DEPS=(nspr libp11-kit bash zlib) PKG_VER=3.74 diff --git a/repo/system/polkit.xibuild b/repo/system/polkit.xibuild index 407cb5c..537a932 100644 --- a/repo/system/polkit.xibuild +++ b/repo/system/polkit.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(git gobject-introspection meson libxslt) +MAKEDEPS=(git gobject-introspection meson libxslt patch) DEPS=(expat glib js78 pam) PKG_VER=0.120 diff --git a/repo/system/sysvinit.xibuild b/repo/system/sysvinit.xibuild index 7d9add8..ec43f76 100644 --- a/repo/system/sysvinit.xibuild +++ b/repo/system/sysvinit.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -MAKEDEPS=(make ) +MAKEDEPS=(make patch) DEPS=(sh glibc) PKG_VER=3.01 |