]> git.pld-linux.org Git - packages/firefox.git/blame_incremental - mozilla-firefox-system-virtualenv.patch
- up to 19.0, further sync with iceweasel
[packages/firefox.git] / mozilla-firefox-system-virtualenv.patch
... / ...
CommitLineData
1Restore --system-site-packages when system virtualenv gets 1.7 upgrade
2
3--- a/mozilla/configure.in~ 2013-02-15 22:14:45.000000000 +0100
4+++ a/mozilla/configure.in 2013-02-20 17:05:55.258742791 +0100
5@@ -141,7 +141,7 @@
6 PYTHON=`cd $MOZ_BUILD_ROOT && pwd -W`/_virtualenv/Scripts/python.exe
7 ;;
8 *)
9- PYTHON=$MOZ_BUILD_ROOT/_virtualenv/bin/python
10+ PYTHON=/usr/bin/python
11 ;;
12 esac
13
14--- a/mozilla/configure~ 2013-02-15 22:15:48.000000000 +0100
15+++ a/mozilla/configure 2013-02-20 17:06:11.479134735 +0100
16@@ -1344,7 +1344,7 @@
17 PYTHON=`cd $MOZ_BUILD_ROOT && pwd -W`/_virtualenv/Scripts/python.exe
18 ;;
19 *)
20- PYTHON=$MOZ_BUILD_ROOT/_virtualenv/bin/python
21+ PYTHON=/usr/bin/python
22 ;;
23 esac
24
25--- iceweasel-19.0/mozilla/configure.in~ 2013-02-20 17:11:35.849980531 +0100
26+++ iceweasel-19.0/mozilla/configure.in 2013-02-20 17:18:24.806617099 +0100
27@@ -128,13 +128,6 @@
28 AC_MSG_ERROR([python was not found in \$PATH])
29 fi
30
31-AC_MSG_RESULT([Creating Python environment])
32-dnl This verifies our Python version is sane and ensures the Python
33-dnl virtualenv is present and up to date. It sanitizes the environment
34-dnl for us, so we don't need to clean anything out.
35-$PYTHON $_topsrcdir/build/virtualenv/populate_virtualenv.py \
36- $_topsrcdir $MOZ_BUILD_ROOT/_virtualenv || exit 1
37-
38 dnl Create a virtualenv where we can install local Python packages
39 case "$host_os" in
40 mingw*)
41--- iceweasel-19.0/mozilla/configure~ 2013-02-20 17:11:35.853313949 +0100
42+++ iceweasel-19.0/mozilla/configure 2013-02-20 17:17:59.639339399 +0100
43@@ -1335,10 +1335,6 @@
44 { echo "configure: error: python was not found in \$PATH" 1>&2; exit 1; }
45 fi
46
47-echo "$ac_t""Creating Python environment" 1>&6
48-$PYTHON $_topsrcdir/build/virtualenv/populate_virtualenv.py \
49- $_topsrcdir $MOZ_BUILD_ROOT/_virtualenv || exit 1
50-
51 case "$host_os" in
52 mingw*)
53 PYTHON=`cd $MOZ_BUILD_ROOT && pwd -W`/_virtualenv/Scripts/python.exe
This page took 0.032591 seconds and 4 git commands to generate.