]> git.pld-linux.org Git - packages/v8.git/blobdiff - v8.spec
drop ac support, gyp needs python 2.5
[packages/v8.git] / v8.spec
diff --git a/v8.spec b/v8.spec
index fe7a08841ed958abcb93d84bdf6e5fb57fb144d4..7dba56447b1266352f1b3f691bdc92e46b63b04d 100644 (file)
--- a/v8.spec
+++ b/v8.spec
@@ -15,7 +15,7 @@ Patch1:               %{name}-strndup.patch
 Patch3:                %{name}-dynlink.patch
 URL:           http://code.google.com/p/v8/
 BuildRequires: libstdc++-devel >= 5:4.0
-BuildRequires: python >= 1:2.4
+BuildRequires: python >= 1:2.5
 BuildRequires: readline-devel
 BuildRequires: sed >= 4.0
 Requires:      %{name}-libs = %{version}-%{release}
@@ -84,13 +84,8 @@ Pliki nagłówkowe silnika JavaScriptu V8.
 CFLAGS="%{rpmcflags}"
 CXXFLAGS="%{rpmcxxflags}"
 LDFLAGS="%{rpmldflags}"
-%if "%{pld_release}" == "ac"
-CC="%{__cc}4"
-CXX="%{__cxx}4"
-%else
 CC="%{__cc}"
 CXX="%{__cxx}"
-%endif
 export CFLAGS LDFLAGS CXXFLAGS CC CXX
 %{__make} native \
        library=shared \
This page took 0.106795 seconds and 4 git commands to generate.