diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-16 12:51:04 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-16 12:51:04 +0200 |
commit | ca807e5e3297f5cbc9ad7f66749b13c03b7e28d5 (patch) | |
tree | 5883870f459297402a759b7f383a4f1f26117fa2 | |
parent | b4e414127dba4d7f2c565b077e66a0b60b715cbb (diff) | |
download | qboot-ca807e5e3297f5cbc9ad7f66749b13c03b7e28d5.tar.gz |
add build deps
-rw-r--r-- | qboot.git.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qboot.git.spec b/qboot.git.spec index 566f15a..b1cffb0 100644 --- a/qboot.git.spec +++ b/qboot.git.spec @@ -10,6 +10,10 @@ License: GPL Source0: qboot.git-g23d4749.tar.xz +BuildRequires: make gcc binutils +BuildRequires: glibc-devel.i686 +BuildRequires: glibc-devel.x86_64 + BuildArch: noarch %description |