]> git.pld-linux.org Git - packages/apache-mod_python.git/blob - apache-mod_python-no-compile.patch
- added patch that allow to compile it (LONG -> PY_LONG),
[packages/apache-mod_python.git] / apache-mod_python-no-compile.patch
1 --- mod_python-3.0.3/Makefile.in.orig   2003-06-11 22:36:03.877686520 +0000
2 +++ mod_python-3.0.3/Makefile.in        2003-06-11 22:36:41.091029232 +0000
3 @@ -104,13 +104,11 @@
4  
5  install_py_lib:
6         cd dist && $(MAKE) install_py_lib
7 -#      $(INSTALL) -d $(PY_STD_LIB)/site-packages/mod_python
8 -#      @for f in `ls lib/python/mod_python/*.py`; \
9 -#      do \
10 -#              $(INSTALL) $$f $(PY_STD_LIB)/site-packages/mod_python; \
11 -#      done
12 -#      ${PYTHON_BIN} $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
13 -#      ${PYTHON_BIN} -O $(PY_STD_LIB)/compileall.py $(PY_STD_LIB)/site-packages/mod_python
14 +       $(INSTALL) -d $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python
15 +       @for f in `ls lib/python/mod_python/*.py`; \
16 +       do \
17 +               $(INSTALL) $$f $(DESTDIR)$(PY_STD_LIB)/site-packages/mod_python; \
18 +       done
19  
20  clean:
21         cd src && $(MAKE) clean
This page took 0.024607 seconds and 3 git commands to generate.