]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- Dynamic link patch reverted. Dynamic build makes apache segfault on all my i686...
authorMateusz Korniak <matkor@pld-linux.org>
Mon, 14 Oct 2002 23:47:12 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- No reports on working dyn. linked mod_python collected on IRC/mailing lists.

Changed files:
    apache-mod_python.spec -> 1.34

apache-mod_python.spec

index 1d7d0f3c6f184ec7b3007de4ee04bf65f68db221..28cdbaf99e79f9a91bddc55ef3ad5f5d84218d46 100644 (file)
@@ -20,11 +20,11 @@ Summary(sl):        Vklju
 Summary(sv):   En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
 Version:       2.7.8
 Summary(sv):   En inbyggd Python-interpretator för webbservern Apache
 Name:          apache-mod_%{mod_name}
 Version:       2.7.8
-Release:       3
+Release:       4
 License:       distributable
 Group:         Networking/Daemons
 Source0:       http://www.modpython.org/dist/mod_%{mod_name}-%{version}.tgz
 License:       distributable
 Group:         Networking/Daemons
 Source0:       http://www.modpython.org/dist/mod_%{mod_name}-%{version}.tgz
-Patch0:                %{name}-shared.patch
+#Patch0:               %{name}-shared.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-Makefile-in.patch
 Patch3:                %{name}-cleanup.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-Makefile-in.patch
 Patch3:                %{name}-cleanup.patch
@@ -33,6 +33,8 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: apache-devel
 BuildRequires: python-devel >= 2.2
 BuildRequires: automake
 BuildRequires: apache-devel
 BuildRequires: python-devel >= 2.2
+# Necessary /usr/lib/python2.2/config/libpython2.2.a -> /usr/lib/libpython2.2.a added in 2.2.1-20
+BuildRequires:  python-static >= 2.2.1-20
 BuildRequires: rpm-pythonprov
 BuildRequires: %{apxs}
 Prereq:                %{_sbindir}/apxs
 BuildRequires: rpm-pythonprov
 BuildRequires: %{apxs}
 Prereq:                %{_sbindir}/apxs
@@ -119,7 +121,9 @@ prestandan j
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
 
 %prep
 %setup -q -n mod_%{mod_name}-%{version}
-%patch0 -p1
+# Patch reverted. Dynamic build makes apache segfault on all my i686 machines
+# No working reports collected on IRC/mailing lists.
+#%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
This page took 0.081047 seconds and 4 git commands to generate.