[packages/v8] - adjust for current CXX flags containing comma

glen glen at pld-linux.org
Thu Nov 15 10:21:53 CET 2012


commit 17fde832faec1171e7912c34f4dd534f4ead2e92
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Nov 15 11:21:48 2012 +0200

    - adjust for current CXX flags containing comma

 v8.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/v8.spec b/v8.spec
index ab03024..c3e992e 100644
--- a/v8.spec
+++ b/v8.spec
@@ -81,7 +81,7 @@ Pliki nagłówkowe silnika JavaScriptu V8.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%{__sed} -i -e "s,'-O3','%{rpmcxxflags}'.split(' ')," SConstruct
+%{__sed} -i -e "s/'-O3'/'%{rpmcxxflags}'.split(' ')/" SConstruct
 # some "unused-but-set" warnings
 %{__sed} -i -e "s/'-Werror',//" SConstruct
 
diff --git a/get-source.sh b/get-source.sh
old mode 100644
new mode 100755
diff --git a/update-source.sh b/update-source.sh
old mode 100644
new mode 100755
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/v8.git/commitdiff/17fde832faec1171e7912c34f4dd534f4ead2e92



More information about the pld-cvs-commit mailing list