Browse Source

> This conflicts with my dont-force-rebuild-all.patch which has been applied

> in rev 1752 on 2003-11-12.
indeed


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1785 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
595dc1f4d8
1 changed files with 0 additions and 18 deletions
  1. +0
    -18
      package/base/python/no-site-package.patch

+ 0
- 18
package/base/python/no-site-package.patch

@ -1,18 +0,0 @@
diff -ru Python-2.3.old/Makefile.pre.in Python-2.3/Makefile.pre.in
--- Python-2.3.old/Makefile.pre.in 2003-07-13 12:10:42.000000000 +0200
+++ Python-2.3/Makefile.pre.in 2003-11-15 20:22:02.000000000 +0100
@@ -709,14 +709,6 @@
./$(BUILDPYTHON) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \
-d $(LIBDEST) -f \
-x 'badsyntax|site-packages' $(DESTDIR)$(LIBDEST)
- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- ./$(BUILDPYTHON) -Wi -t $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST)/site-packages -f \
- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
- PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
- ./$(BUILDPYTHON) -Wi -t -O $(DESTDIR)$(LIBDEST)/compileall.py \
- -d $(LIBDEST)/site-packages -f \
- -x badsyntax $(DESTDIR)$(LIBDEST)/site-packages
# Create the PLATDIR source directory, if one wasn't distributed..
$(srcdir)/Lib/$(PLATDIR):

Loading…
Cancel
Save