1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../python2/dont-force-rebuild-all.patch
5 # Copyright (C) 2004 - 2017 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
8 # More information can be found in the files COPYING and README.
10 # This patch file is dual-licensed. It is available under the license the
11 # patched project is licensed under, as long as it is an OpenSource license
12 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
13 # of the GNU General Public License as published by the Free Software
14 # Foundation; either version 2 of the License, or (at your option) any later
16 # --- T2-COPYRIGHT-NOTE-END ---
18 Forcing rebuild of site-package files results in shared files.
20 - Rene Rebe <rene@exactcode.de>
22 --- Python-2.7.5/Makefile.pre.in.orig 2013-06-21 16:40:52.635468364 +0000
23 +++ Python-2.7.5/Makefile.pre.in 2013-06-21 16:42:11.363529058 +0000
24 @@ -1002,21 +1002,21 @@
26 PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
27 $(PYTHON_FOR_BUILD) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \
30 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
32 PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
33 $(PYTHON_FOR_BUILD) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
36 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
38 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
39 $(PYTHON_FOR_BUILD) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
40 - -d $(LIBDEST)/site-packages -f \
41 + -d $(LIBDEST)/site-packages \
42 -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
43 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
44 $(PYTHON_FOR_BUILD) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
45 - -d $(LIBDEST)/site-packages -f \
46 + -d $(LIBDEST)/site-packages \
47 -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
48 -PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
49 $(PYTHON_FOR_BUILD) -m lib2to3.pgen2.driver $(DESTDIR)$(LIBDEST)/lib2to3/Grammar.txt