packages: icedove/icedove.spec - add -I/usr/include/xulrunner to CFLAGS and...

lisu lisu at pld-linux.org
Tue Sep 20 20:03:36 CEST 2011


Author: lisu                         Date: Tue Sep 20 18:03:36 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add -I/usr/include/xulrunner to CFLAGS and CXXFLAGS
- BR: yasm

---- Files affected:
packages/icedove:
   icedove.spec (1.123 -> 1.124) 

---- Diffs:

================================================================
Index: packages/icedove/icedove.spec
diff -u packages/icedove/icedove.spec:1.123 packages/icedove/icedove.spec:1.124
--- packages/icedove/icedove.spec:1.123	Tue Sep 20 18:42:15 2011
+++ packages/icedove/icedove.spec	Tue Sep 20 20:03:31 2011
@@ -60,8 +60,8 @@
 Patch10:	%{name}-extensiondir.patch
 Patch11:	crashreporter.patch
 Patch12:	no-subshell.patch
-URL:		http://www.pld-linux.org/Packages/Icedove
 %{?with_gnomevfs:BuildRequires:	GConf2-devel >= 1.2.1}
+URL:		http://www.pld-linux.org/Packages/Icedove
 BuildRequires:	alsa-lib-devel
 BuildRequires:	automake
 BuildRequires:	bzip2-devel
@@ -88,6 +88,7 @@
 BuildRequires:	xorg-lib-libXext-devel
 BuildRequires:	xorg-lib-libXinerama-devel
 BuildRequires:	xorg-lib-libXt-devel
+BuildRequires:	yasm
 BuildRequires:	zip
 Requires(post):	mktemp >= 1.5-18
 %if %{with xulrunner}
@@ -204,8 +205,8 @@
 cat << EOF > .mozconfig
 mk_add_options MOZ_OBJDIR=%{objdir}
 
-export CFLAGS="%{rpmcflags} -fpermissive"
-export CXXFLAGS="%{rpmcflags} -fpermissive"
+export CFLAGS="%{rpmcflags} -fpermissive -I/usr/include/xulrunner"
+export CXXFLAGS="%{rpmcflags} -fpermissive -I/usr/include/xulrunner"
 
 %if %{with crashreporter}
 export MOZ_DEBUG_SYMBOLS=1
@@ -544,6 +545,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.124  2011/09/20 18:03:31  lisu
+- add -I/usr/include/xulrunner to CFLAGS and CXXFLAGS
+- BR: yasm
+
 Revision 1.123  2011/09/20 16:42:15  lisu
 - up to 6.0.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icedove/icedove.spec?r1=1.123&r2=1.124&f=u



More information about the pld-cvs-commit mailing list