SPECS: VirtualBox.spec - use regular gcc for Titanium

hawk hawk at pld-linux.org
Tue Aug 5 08:28:42 CEST 2008


Author: hawk                         Date: Tue Aug  5 06:28:42 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use regular gcc for Titanium

---- Files affected:
SPECS:
   VirtualBox.spec (1.106 -> 1.107) 

---- Diffs:

================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.106 SPECS/VirtualBox.spec:1.107
--- SPECS/VirtualBox.spec:1.106	Tue Aug  5 00:04:51 2008
+++ SPECS/VirtualBox.spec	Tue Aug  5 08:28:36 2008
@@ -23,8 +23,10 @@
 %undefine	with_userspace
 %endif
 
+%if "%{pld_release}" != "ti"
 %define		__ucc	gcc-3.4
 %define		__ucxx	g++-3.4
+%endif
 
 %define		pname	VirtualBox
 
@@ -58,9 +60,11 @@
 BuildRequires:	bcc
 BuildRequires:	bin86
 BuildRequires:	gcc >= 5:3.2.3
+%if "%{pld_release}" != "ti"
 BuildRequires:	compat-gcc-34
 BuildRequires:	compat-gcc-34-c++
 BuildRequires:	compat-gcc-34-libstdc++-devel
+%endif
 BuildRequires:	iasl
 %endif
 %if %{with dist_kernel}
@@ -280,8 +284,13 @@
 %build
 %if %{with userspace}
 ./configure \
+%if "%{pld_release}" == "ti"
+	--with-gcc="%{__cc}" \
+	--with-g++="%{__cxx}" \
+%else
 	--with-gcc="%{__ucc}" \
 	--with-g++="%{__ucxx}" \
+%endif
 	--disable-qt4 \
 	--disable-kmods
 
@@ -508,6 +517,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.107  2008/08/05 06:28:36  hawk
+- use regular gcc for Titanium
+
 Revision 1.106  2008/08/04 22:04:51  arekm
 - rel 12; qt4 is not needed; use compat-gcc-34 for building userspace and current gcc for kernel modules
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.106&r2=1.107&f=u



More information about the pld-cvs-commit mailing list