From 6b6328450bbd06bb1f62ee02848c144b261f9b21 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:03:13 +0200 Subject: [PATCH] Add missing BuildRequires on gcc make: cc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1606739 Signed-off-by: Igor Gnatenko --- xl2tpd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xl2tpd.spec b/xl2tpd.spec index 7aa43d8..8cc27da 100644 --- a/xl2tpd.spec +++ b/xl2tpd.spec @@ -19,6 +19,7 @@ Patch4: xl2tpd-1.3.8-kernelmode.patch Requires: ppp >= 2.4.5-18, kmod(l2tp_ppp.ko) # If you want to authenticate against a Microsoft PDC/Active Directory # Requires: samba-winbind +BuildRequires: gcc BuildRequires: libpcap-devel BuildRequires: systemd-units BuildRequires: openssl-devel