From 79fd860ddc450ca46f6b5c233d8e1da7736ce831 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 23 Aug 2015 20:26:31 +0100 Subject: [PATCH] Add pcre-devel for tests fannkuch-parallel Package libpcre was not found in the pkg-config search path. Perhaps you should add the directory containing `libpcre.pc' to the PKG_CONFIG_PATH environment variable No package 'libpcre' found --- golang.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/golang.spec b/golang.spec index a3b0a62..0e496d0 100644 --- a/golang.spec +++ b/golang.spec @@ -50,6 +50,7 @@ Source0: https://storage.googleapis.com/golang/go%{go_version}.src.tar.gz # go1.5 bootstrapping. The compiler is written in golang. BuildRequires: golang > 1.4 +BuildRequires: pcre-devel BuildRequires: hostname # use the arch dependent path in the bootstrap Patch212: golang-1.5-bootstrap-binary-path.patch