From 3b4872e9ade9dc5fbc783b0c1be0cd8b7d37f712 Mon Sep 17 00:00:00 2001 From: Christoph Schug Date: Mon, 11 Mar 2002 17:09:10 +0000 Subject: [PATCH] php requires bison and flex --- apache/apache.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/apache.spec b/apache/apache.spec index 6bf3abcc25..c4048521f1 100644 --- a/apache/apache.spec +++ b/apache/apache.spec @@ -151,7 +151,7 @@ BuildPreReq: perl PreReq: perl %endif %if "%{mod_php}" == "yes" -BuildPreReq: make +BuildPreReq: make, bison, flex %if "%{php_mysql}" == "yes" BuildPreReq: mysql %endif