packages (GCC_4_4): gcc/gcc.spec - down gcj dependant bconds when java off

glen glen at pld-linux.org
Wed Jan 18 19:44:04 CET 2012


Author: glen                         Date: Wed Jan 18 18:44:04 2012 GMT
Module: packages                      Tag: GCC_4_4
---- Log message:
- down gcj dependant bconds when java off

---- Files affected:
packages/gcc:
   gcc.spec (1.602.2.2 -> 1.602.2.3) 

---- Diffs:

================================================================
Index: packages/gcc/gcc.spec
diff -u packages/gcc/gcc.spec:1.602.2.2 packages/gcc/gcc.spec:1.602.2.3
--- packages/gcc/gcc.spec:1.602.2.2	Wed Jan 18 19:21:15 2012
+++ packages/gcc/gcc.spec	Wed Jan 18 19:43:58 2012
@@ -43,6 +43,14 @@
 %undefine	with_profiling
 %endif
 
+%if %{without java}
+%undefine	with_alsa
+%undefine	with_dssi
+%undefine	with_mozilla
+# gtk/qt gets pulled too, in next if
+%undefine	with_x
+%endif
+
 %if %{without x}
 %undefine	with_gtk
 %undefine	with_qt
@@ -2295,6 +2303,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.602.2.3  2012/01/18 18:43:58  glen
+- down gcj dependant bconds when java off
+
 Revision 1.602.2.2  2012/01/18 18:21:15  glen
 - up to 4.4.6; disable -gdwarf-3 for bootstrap build; disable ppl/cloog even if detected
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gcc/gcc.spec?r1=1.602.2.2&r2=1.602.2.3&f=u



More information about the pld-cvs-commit mailing list