rpms/emacs-vm/F-12 emacs-vm.spec,1.38,1.39

Jonathan G. Underwood jgu at fedoraproject.org
Sat Dec 26 14:26:29 UTC 2009


Author: jgu

Update of /cvs/pkgs/rpms/emacs-vm/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18019

Modified Files:
	emacs-vm.spec 
Log Message:
* Sat Dec 26 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.14-2
- Add -fno-var-tracking-assignments to CFLAGS to allow build to complete (gcc
  bug http://gcc.gnu.org/PR41371)



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emacs-vm/F-12/emacs-vm.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- emacs-vm.spec	18 Dec 2009 23:13:39 -0000	1.38
+++ emacs-vm.spec	26 Dec 2009 14:26:29 -0000	1.39
@@ -17,7 +17,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: 8.0.14
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: https://launchpad.net/vm
@@ -58,7 +58,10 @@ package. It is not necessary to install 
 sed -i -e '/SOURCES += tapestry.el/ a SOURCES += u-vm-color.el' lisp/Makefile.in
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
+# -fno-var-tracking-assignments added here to work around
+# http://gcc.gnu.org/PR41371 
+# Remove once this bug is fixed
+export CFLAGS="$RPM_OPT_FLAGS -fno-var-tracking-assignments"
 %configure
 make
 
@@ -119,6 +122,10 @@ fi
 %{pkgdir}/*.el
 
 %changelog
+* Sat Dec 26 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.14-2
+- Add -fno-var-tracking-assignments to CFLAGS to allow build to complete (gcc
+  bug http://gcc.gnu.org/PR41371)
+
 * Fri Dec 18 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.14-1
 - Update to 8.0.14
 - Drop old macros for emacspackaging and use _emacs macros




More information about the fedora-extras-commits mailing list