]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- we will compile Python modules manually in spec file - when exception
authorwrobell <wrobell@pld-linux.org>
Thu, 27 Feb 2003 09:59:42 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  is raised, then paths will be proper

Changed files:
    apache-mod_python-no-compile.patch -> 1.1

apache-mod_python-no-compile.patch [new file with mode: 0644]

diff --git a/apache-mod_python-no-compile.patch b/apache-mod_python-no-compile.patch
new file mode 100644 (file)
index 0000000..46d3fde
--- /dev/null
@@ -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
This page took 0.031932 seconds and 4 git commands to generate.