From ed8b995cb59dbfd50af4460a2c747af3d322c5d3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:15:57 +0000 Subject: Add missing BuildRequires on gcc configure: error: no acceptable C compiler found in $PATH References: https://bugzilla.redhat.com/show_bug.cgi?id=1604554 Signed-off-by: Igor Gnatenko --- diff --git a/libasyncns.spec b/libasyncns.spec index cdf6564..a202712 100644 --- a/libasyncns.spec +++ b/libasyncns.spec @@ -7,6 +7,7 @@ Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.ta License: LGPLv2+ Url: http://0pointer.de/lennart/projects/libasyncns/ +BuildRequires: gcc %description A small and lightweight library that implements easy to use asynchronous wrappers around the libc NSS functions getaddrinfo(), res_query() and related.