projects
/
packages
/
apache-mod_python.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c294e21
)
- added -DEAPI flag fro compiler, it is needed by apache
author
filon
<filon@sokrates.mimuw.edu.pl>
Wed, 14 Nov 2001 08:38:03 +0000
(08:38 +0000)
committer
cvs2git
<feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000
(12:13 +0000)
- release 2
Changed files:
apache-mod_python.spec -> 1.14
apache-mod_python.spec
patch
|
blob
|
blame
|
history
diff --git
a/apache-mod_python.spec
b/apache-mod_python.spec
index 922d1ca67795d700de9ce4e2908957ed1d14a9d9..a974717cf0e3ea43c13e807ba066fd779592dce3 100644
(file)
--- 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
This page took
0.07165 seconds
and
4
git commands to generate.