From 8cca102a4cfbd5811a1af5ef740e2a5e5fd749b9 Mon Sep 17 00:00:00 2001 From: filon Date: Wed, 14 Nov 2001 08:38:03 +0000 Subject: [PATCH] - added -DEAPI flag fro compiler, it is needed by apache - release 2 Changed files: apache-mod_python.spec -> 1.14 --- apache-mod_python.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/apache-mod_python.spec b/apache-mod_python.spec index 922d1ca..a974717 100644 --- a/apache-mod_python.spec +++ b/apache-mod_python.spec @@ -3,7 +3,7 @@ Summary: A Python for the Apache Web server Summary(pl): Python dla serwera WWW Apache Name: apache-mod_%{mod_name} Version: 2.7.6 -Release: 1 +Release: 2 License: distributable Group: Networking/Daemons Group(de): Netzwerkwesen/Server @@ -46,7 +46,12 @@ Uwaga: ta wersja nadal powinna by %build autoconf -%configure --with-apxs=/usr/sbin/apxs + +# new apache needs it +CFLAGS=-DEAPI +%configure \ + --with-apxs=/usr/sbin/apxs + %{__make} dso %install -- 2.43.0