SPECS (AC-branch): devhelp.spec - specify which mozilla to use for...

hawk hawk at pld-linux.org
Wed Jan 3 19:03:57 CET 2007


Author: hawk                         Date: Wed Jan  3 18:03:57 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- specify which mozilla to use for compilation, autodetect fails with
  more than one gecko installed

---- Files affected:
SPECS:
   devhelp.spec (1.53.2.8 -> 1.53.2.9) 

---- Diffs:

================================================================
Index: SPECS/devhelp.spec
diff -u SPECS/devhelp.spec:1.53.2.8 SPECS/devhelp.spec:1.53.2.9
--- SPECS/devhelp.spec:1.53.2.8	Mon Jan  1 20:32:21 2007
+++ SPECS/devhelp.spec	Wed Jan  3 19:03:51 2007
@@ -102,7 +102,12 @@
 %{__autoheader}
 %{__automake}
 %configure \
-	--disable-install-schemas
+	--disable-install-schemas \
+	%if %{with mozilla_firefox}
+	--with-mozilla=firefox
+	%else
+	--with-mozilla=xulrunner
+	%endif
 %{__make}
 
 %install
@@ -161,6 +166,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53.2.9  2007/01/03 18:03:51  hawk
+- specify which mozilla to use for compilation, autodetect fails with
+  more than one gecko installed
+
 Revision 1.53.2.8  2007/01/01 19:32:21  hawk
 - mozilla is dead, replaced mozilla deps with xulrunner deps
 - build against xulrunner by default, added patch to make it possible
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/devhelp.spec?r1=1.53.2.8&r2=1.53.2.9&f=u



More information about the pld-cvs-commit mailing list