[packages/iceape] - more files need system virtualenv fixing
baggins
baggins at pld-linux.org
Thu Apr 18 12:37:53 CEST 2013
commit cd73260943c5ac2d15d1ec463595fdfae94d0893
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Thu Apr 18 12:37:25 2013 +0200
- more files need system virtualenv fixing
system-virtualenv.patch | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
---
diff --git a/system-virtualenv.patch b/system-virtualenv.patch
index be645d6..a972109 100644
--- a/system-virtualenv.patch
+++ b/system-virtualenv.patch
@@ -1,3 +1,27 @@
+--- xulrunner-19.0/configure.in~ 2013-02-20 12:29:36.493788864 +0100
++++ xulrunner-19.0/configure.in 2013-02-20 12:46:55.030421705 +0100
+@@ -132,8 +132,7 @@
+ dnl This verifies our Python version is sane and ensures the Python
+ dnl virtualenv is present and up to date. It sanitizes the environment
+ dnl for us, so we don't need to clean anything out.
+-$PYTHON $_topsrcdir/mozilla/build/virtualenv/populate_virtualenv.py \
+- $_topsrcdir/mozilla $MOZ_BUILD_ROOT/_virtualenv || exit 1
++PYTHONDONTWRITEBYTECODE= /usr/bin/virtualenv $MOZ_BUILD_ROOT/_virtualenv || exit 1
+
+ dnl Create a virtualenv where we can install local Python packages
+ case "$host_os" in
+--- xulrunner-19.0/configure~ 2013-02-20 12:39:40.270435866 +0100
++++ xulrunner-19.0/configure 2013-02-20 12:39:58.623768601 +0100
+@@ -1336,8 +1336,7 @@
+ fi
+
+ echo "$ac_t""Creating Python environment" 1>&6
+-$PYTHON $_topsrcdir/mozilla/build/virtualenv/populate_virtualenv.py \
+- $_topsrcdir/mozilla $MOZ_BUILD_ROOT/_virtualenv || exit 1
++PYTHONDONTWRITEBYTECODE= /usr/bin/virtualenv $MOZ_BUILD_ROOT/_virtualenv || exit 1
+
+ case "$host_os" in
+ mingw*)
--- xulrunner-19.0/mozilla/configure.in~ 2013-02-20 12:29:36.493788864 +0100
+++ xulrunner-19.0/mozilla/configure.in 2013-02-20 12:46:55.030421705 +0100
@@ -132,8 +132,7 @@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/iceape.git/commitdiff/eda7f1044007ad9d74a427978c888558194cca17
More information about the pld-cvs-commit
mailing list