added apache and python
[librewrt/.git] / packages / lang / python / patches / 020-dont-compile-python-files.patch
1 ---
2  Makefile.pre.in |   16 ----------------
3  1 file changed, 16 deletions(-)
4
5 --- Python-2.6.4.orig/Makefile.pre.in
6 +++ Python-2.6.4/Makefile.pre.in
7 @@ -887,22 +887,6 @@ libinstall:        build_all $(srcdir)/Lib/$(PL
8                 done; \
9         done
10         $(INSTALL_DATA) $(srcdir)/LICENSE $(DESTDIR)$(LIBDEST)/LICENSE.txt
11 -       PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
12 -               ./$(BUILDPYTHON) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
13 -               -d $(LIBDEST) -f \
14 -               -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
15 -       PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
16 -               ./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
17 -               -d $(LIBDEST) -f \
18 -               -x 'bad_coding|badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
19 -       -PYTHONPATH=$(DESTDIR)$(LIBDEST)  $(RUNSHARED) \
20 -               ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
21 -               -d $(LIBDEST)/site-packages -f \
22 -               -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
23 -       -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
24 -               ./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
25 -               -d $(LIBDEST)/site-packages -f \
26 -               -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
27         -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
28                 ./$(BUILDPYTHON) -Wi -t -c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"
29