summaryrefslogtreecommitdiff
path: root/repo/system/efivar.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-03 01:48:43 +0000
committerdavidovski <david@davidovski.xyz>2022-02-03 01:48:43 +0000
commit8659986b32f4fa9be9bc49efa255d83dcc91c0e8 (patch)
treee389e6e1dae30fd865099862bcfada8f1cd392c8 /repo/system/efivar.xibuild
parent1ac46c59b09708bf53af6b97257713ebc757ba04 (diff)
added patch to various makedeps
Diffstat (limited to 'repo/system/efivar.xibuild')
-rw-r--r--repo/system/efivar.xibuild4
1 files changed, 2 insertions, 2 deletions
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