[packages/chromium-browser/DEVEL: 24/26] make build_nexe.py be verbose by default
glen
glen at pld-linux.org
Wed Jan 2 21:02:05 CET 2013
commit 6897926c8ac6e78eaa1c0e1a1e998fd387412c5f
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Jan 2 21:23:13 2013 +0200
make build_nexe.py be verbose by default
chromium-browser.spec | 2 ++
nacl-verbose.patch | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index b489664..41d6de0 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -98,6 +98,7 @@ Patch19: system-jsoncpp.patch
Patch21: system-srtp.patch
Patch22: pulse_fix-157876.patch
Patch23: no-pnacl.patch
+Patch24: nacl-verbose.patch
URL: http://www.chromium.org/Home
%{?with_gconf:BuildRequires: GConf2-devel}
BuildRequires: OpenGL-GLU-devel
@@ -253,6 +254,7 @@ cd src
cd ..
%patch18 -p1
%patch23 -p1
+%patch24 -p1
cd src
diff --git a/nacl-verbose.patch b/nacl-verbose.patch
new file mode 100644
index 0000000..a1e9725
--- /dev/null
+++ b/nacl-verbose.patch
@@ -0,0 +1,20 @@
+--- chromium-browser-24.0.1312.45/src/native_client/./build/untrusted.gypi~ 2013-01-02 00:58:54.000000000 +0200
++++ chromium-browser-24.0.1312.45/src/native_client/./build/untrusted.gypi 2013-01-02 10:47:58.194832395 +0200
+@@ -67,7 +67,7 @@
+ 'build_newlib': 0,
+ 'build_glibc': 0,
+ 'disable_glibc%': 0,
+- 'extra_args': [],
++ 'extra_args': ['--verbose'],
+ 'enable_x86_32': 1,
+ 'enable_x86_64': 1,
+ 'extra_deps_newlib64': [],
+@@ -112,7 +112,7 @@
+ 'build_newlib': 0,
+ 'build_glibc': 0,
+ 'disable_glibc%': 1,
+- 'extra_args': [],
++ 'extra_args': ['--verbose'],
+ 'enable_arm': 1,
+ 'extra_deps_newlib_arm': [],
+ 'lib_dirs_newlib_arm': [],
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/c5b396f3e17f0197cddc207f9444418b631a6fb1
More information about the pld-cvs-commit
mailing list