rpms/nmh/devel nmh.spec,1.11,1.12

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Fri Dec 16 21:34:48 UTC 2005


Author: bressers

Update of /cvs/extras/rpms/nmh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27432

Modified Files:
	nmh.spec 
Log Message:
Add the -fno-builtin-strcasecmp cflag when building.



Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nmh.spec	14 Dec 2005 02:38:00 -0000	1.11
+++ nmh.spec	16 Dec 2005 21:34:46 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.1
-Release:        14.fc5
+Release:        15.fc5
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -39,6 +39,7 @@
 
 
 %build
+CFLAGS='-fno-builtin-strcasecmp'
 %configure \
             --sysconfdir=%{_sysconfdir}/nmh \
             --libdir=%{_libdir}/nmh \
@@ -70,6 +71,9 @@
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Fri Dec 16 2005 Josh Bressers <bressers at redhat.com> 0:1.1-15.fc5
+- Add the -fno-builtin-strcasecmp cflag.
+
 * Tue Dec 13 2005 Josh Bressers <bressers at redhat.com> 0:1.1-14.fc5
 - Add a patch to prevent multiple calls to context_read from squashing
   settings.




More information about the fedora-extras-commits mailing list