2007-05-16 Damien Carbery <[email protected]>
authordcarbery
Wed, 16 May 2007 16:16:37 +0000
changeset 9916 59ec7561333c
parent 9915 9961a85168e8
child 9917 b0dabd6b86d0
2007-05-16 Damien Carbery <[email protected]> * SUNWgnome-a11y-dasher.spec: Set CPPFLAGS in %build so that expat.h under /usr/sfw/include can be found.
ChangeLog
SUNWgnome-a11y-dasher.spec
--- a/ChangeLog	Wed May 16 13:57:21 2007 +0000
+++ b/ChangeLog	Wed May 16 16:16:37 2007 +0000
@@ -1,3 +1,8 @@
+2007-05-16  Damien Carbery <[email protected]>
+
+	* SUNWgnome-a11y-dasher.spec: Set CPPFLAGS in %build so that expat.h
+	  under /usr/sfw/include can be found.
+
 2007-05-16  Damien Carbery <[email protected]>
 
 	* SUNWgnome-img-viewer.spec: Add devel package; add icons to base
--- a/SUNWgnome-a11y-dasher.spec	Wed May 16 13:57:21 2007 +0000
+++ b/SUNWgnome-a11y-dasher.spec	Wed May 16 16:16:37 2007 +0000
@@ -67,6 +67,7 @@
 export MSGFMT="/usr/bin/msgfmt"
 export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
 export CFLAGS="%optflags -I/usr/sfw/include"
+export CPPFLAGS="-I/usr/sfw/include"
 export CXXFLAGS="%cxx_optflags -staticlib=stlport4"
 export RPM_OPT_FLAGS="$CFLAGS"
 export LDFLAGS="%_ldflags -L/usr/sfw/lib -R/usr/sfw/lib"
@@ -160,6 +161,8 @@
 %endif
 
 %changelog
+* Wed MAy 16 2007 - [email protected]
+- Set CPPFLAGS in %build so that expat.h under /usr/sfw/include can be found.
 * Tue Apr 24 2007 - [email protected]
 - s/0755/-/ in defattr so that files are not made all executable
 * Thu Jan 04 2007 - [email protected]