From: wrobell Date: Thu, 27 Feb 2003 09:59:42 +0000 (+0000) Subject: - we will compile Python modules manually in spec file - when exception X-Git-Tag: auto/ac/apache-mod_python-3_1_2b-1~23 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=commitdiff_plain;h=0cc217233438b039de2476a88a0f95cbd49ac9b9;hp=a58b005acf437a8e5c3e959141076ea4fe81bc11 - we will compile Python modules manually in spec file - when exception is raised, then paths will be proper Changed files: apache-mod_python-no-compile.patch -> 1.1 --- diff --git a/apache-mod_python-no-compile.patch b/apache-mod_python-no-compile.patch new file mode 100644 index 0000000..46d3fde --- /dev/null +++ b/apache-mod_python-no-compile.patch @@ -0,0 +1,12 @@ +diff -Nur mod_python-3.0.1.orig/Makefile.in mod_python-3.0.1/Makefile.in +--- mod_python-3.0.1.orig/Makefile.in Thu Feb 27 09:55:00 2003 ++++ mod_python-3.0.1/Makefile.in Thu Feb 27 09:59:39 2003 +@@ -108,8 +108,6 @@ + do \ + $(INSTALL) $$f $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python; \ + done +- ${PYTHON_BIN} $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python +- ${PYTHON_BIN} -O $(PY_STD_LIB)/compileall.py $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python + + clean: + cd src && $(MAKE) clean