From: filon Date: Wed, 14 Nov 2001 08:38:03 +0000 (+0000) Subject: - added -DEAPI flag fro compiler, it is needed by apache X-Git-Tag: apache-mod_python-2_7_6-3~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=commitdiff_plain;h=8cca102a4cfbd5811a1af5ef740e2a5e5fd749b9;ds=sidebyside - added -DEAPI flag fro compiler, it is needed by apache - release 2 Changed files: apache-mod_python.spec -> 1.14 --- 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