From 0cc217233438b039de2476a88a0f95cbd49ac9b9 Mon Sep 17 00:00:00 2001 From: wrobell Date: Thu, 27 Feb 2003 09:59:42 +0000 Subject: [PATCH] - 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 --- apache-mod_python-no-compile.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apache-mod_python-no-compile.patch 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 -- 2.43.0