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 <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-07-24 16:15:57 +02:00
parent c20e43c880
commit ed8b995cb5
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -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.