[packages/v8] drop ac support, gyp needs python 2.5
glen
glen at pld-linux.org
Thu Apr 4 22:12:11 CEST 2013
commit e111b3e445f03daef1366032f1a5f1e6595a677e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Apr 4 23:12:00 2013 +0300
drop ac support, gyp needs python 2.5
v8.spec | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/v8.spec b/v8.spec
index fe7a088..7dba564 100644
--- 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 \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/v8.git/commitdiff/e111b3e445f03daef1366032f1a5f1e6595a677e
More information about the pld-cvs-commit
mailing list