From 5f33918b5b1a26d7c82434b63b328be391e58182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 27 Mar 2017 17:36:27 +0200 Subject: [PATCH] Build-require C++ compiler for C++ PCRE wrapper --- pcre.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pcre.spec b/pcre.spec index ecdc259..f017081 100644 --- a/pcre.spec +++ b/pcre.spec @@ -64,6 +64,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: coreutils BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: glibc-common BuildRequires: libtool BuildRequires: make