rpms/firefox/devel firefox-mozconfig, 1.11, 1.12 firefox.spec, 1.217, 1.218

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Wed Dec 19 16:44:12 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/firefox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4974

Modified Files:
	firefox-mozconfig firefox.spec 
Log Message:
fixed sdk path


Index: firefox-mozconfig
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/firefox-mozconfig,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- firefox-mozconfig	19 Dec 2007 11:50:34 -0000	1.11
+++ firefox-mozconfig	19 Dec 2007 16:43:29 -0000	1.12
@@ -23,7 +23,6 @@
 ac_add_options --enable-svg
 ac_add_options --enable-canvas
 ac_add_options --enable-startup-notification
-ac_add_options --with-libxul-sdk=/usr/lib64/xulrunner-sdk-1.9pre
 ac_add_options --enable-libxul
 
 export BUILD_OFFICIAL=1


Index: firefox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/firefox/devel/firefox.spec,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- firefox.spec	19 Dec 2007 11:50:34 -0000	1.217
+++ firefox.spec	19 Dec 2007 16:43:29 -0000	1.218
@@ -107,6 +107,11 @@
 %if %{official_branding}
 %{__cat} %{SOURCE11} >> .mozconfig
 %endif
+%{__cat} %{SOURCE11} >> .mozconfig
+
+# Set up SDK path
+echo "ac_add_options --with-libxul-sdk=\
+`pkg-config --variable=sdkdir xulrunner-xpcom`" >> .mozconfig
 
 # set up our default bookmarks
 #%{__cp} %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html




More information about the fedora-extras-commits mailing list