SPECS (DEVEL): mozilla-firefox.spec - BR: curl-devel & bcond_with_...

twittner twittner at pld-linux.org
Tue Mar 4 20:33:20 CET 2008


Author: twittner                     Date: Tue Mar  4 19:33:20 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- BR: curl-devel & bcond_with_crashreporter / --disable-crashreporter added
  (configure: error: Couldn't find curl/curl.h which is required for the crash
   reporter.  Use --disable-crashreporter to disable the crash reporter.)
- build fails with:
  + /usr/bin/make -j8 -C obj-i686/xpinstall/packager stage-package \
  DESTDIR=/tmp/mozilla-firefox-3.0-root-tw MOZ_PKG_APPDIR=/usr/lib/mozilla-firefox PKG_SKIP_STRIP=1
  make: *** obj-i686/xpinstall/packager: No such file or directory.  Stop.

---- Files affected:
SPECS:
   mozilla-firefox.spec (1.228.4.12 -> 1.228.4.13) 

---- Diffs:

================================================================
Index: SPECS/mozilla-firefox.spec
diff -u SPECS/mozilla-firefox.spec:1.228.4.12 SPECS/mozilla-firefox.spec:1.228.4.13
--- SPECS/mozilla-firefox.spec:1.228.4.12	Sat Feb 16 19:23:13 2008
+++ SPECS/mozilla-firefox.spec	Tue Mar  4 20:33:15 2008
@@ -7,6 +7,7 @@
 #
 # Conditional build:
 %bcond_with	tests		# enable tests (whatever they check)
+%bcond_without	crashreporter	# disable crash reporter
 %bcond_without	gnomeui		# disable gnomeui support
 %bcond_without	gnomevfs	# disable GNOME comp. (gconf+libgnome+gnomevfs) and gnomevfs ext.
 %bcond_without	gnome		# disable all GNOME components (gnome+gnomeui+gnomevfs)
@@ -51,6 +52,7 @@
 %{?with_gnomevfs:BuildRequires:	GConf2-devel >= 1.2.1}
 BuildRequires:	automake
 BuildRequires:	cairo-devel >= 1.5.2
+%{?with_crashreporter:BuildRequires:	curl-devel}
 %{?with_gnomevfs:BuildRequires:	gnome-vfs2-devel >= 2.0}
 BuildRequires:	gtk+2-devel >= 1:2.10
 BuildRequires:	glib2-devel
@@ -176,6 +178,7 @@
 %else
 ac_add_options --disable-gnomevfs
 %endif
+%{!?with_crashreporter:ac_add_options --disable-crashreporter}
 ac_add_options --disable-freetype2
 ac_add_options --disable-installer
 ac_add_options --disable-javaxpcom
@@ -593,6 +596,15 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.228.4.13  2008-03-04 19:33:15  twittner
+- BR: curl-devel & bcond_with_crashreporter / --disable-crashreporter added
+  (configure: error: Couldn't find curl/curl.h which is required for the crash
+   reporter.  Use --disable-crashreporter to disable the crash reporter.)
+- build fails with:
+  + /usr/bin/make -j8 -C obj-i686/xpinstall/packager stage-package \
+  DESTDIR=/tmp/mozilla-firefox-3.0-root-tw MOZ_PKG_APPDIR=/usr/lib/mozilla-firefox PKG_SKIP_STRIP=1
+  make: *** obj-i686/xpinstall/packager: No such file or directory.  Stop.
+
 Revision 1.228.4.12  2008-02-16 18:23:13  glen
 - all nspr deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mozilla-firefox.spec?r1=1.228.4.12&r2=1.228.4.13&f=u



More information about the pld-cvs-commit mailing list