From 07f301729aec30731964cf6698c63b3b05f08770 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 30 Sep 2018 19:50:20 +0200 Subject: [PATCH] freetype requires pkgconfig --- php-fpm/php-fpm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-fpm/php-fpm.spec b/php-fpm/php-fpm.spec index 9446d1a776..d2e8251530 100644 --- a/php-fpm/php-fpm.spec +++ b/php-fpm/php-fpm.spec @@ -32,7 +32,7 @@ Class: BASE Group: Web License: PHP Version: 7.2.10 -Release: 20180913 +Release: 20180930 # package options %option with_bc no @@ -178,7 +178,7 @@ BuildPreReq: mm PreReq: mm %endif %if "%{with_freetype}" == "yes" -BuildPreReq: freetype +BuildPreReq: freetype, pkgconfig PreReq: freetype %endif %if "%{with_gettext}" == "yes"