From 1069dbec2585b37c38c729255ca5ee3c7f87373b Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sun, 15 Jul 2018 14:00:41 +0200 Subject: [PATCH] Add "BuildRequires: gcc" --- mksh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mksh.spec b/mksh.spec index cc7ae29..32ab510 100644 --- a/mksh.spec +++ b/mksh.spec @@ -19,7 +19,7 @@ Provides: /bin/lksh, /bin/mksh %endif Requires(post): grep Requires(postun): sed -BuildRequires: util-linux, ed +BuildRequires: gcc, util-linux, ed %description mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh),