Skip to content

Commit

Permalink
- adjust for current CXX flags containing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Nov 15, 2012
1 parent fddcc63 commit 17fde83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file modified get-source.sh 100644 → 100755
Empty file.
Empty file modified update-source.sh 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion v8.spec
Expand Up @@ -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

Expand Down

0 comments on commit 17fde83

Please sign in to comment.