rpms/uw-imap/devel imap-2007e-shared.patch, 1.1, 1.2 uw-imap.spec, 1.61, 1.62

Rex Dieter rdieter at fedoraproject.org
Thu Jul 9 03:19:45 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/uw-imap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15625

Modified Files:
	imap-2007e-shared.patch uw-imap.spec 
Log Message:
* Wed Jul 08 2009 Rex Dieter <rdieter at fedoraproject.org> - 2007e-7
- fix shared.patch to use CFLAGS for osdep.c too


imap-2007e-shared.patch:

Index: imap-2007e-shared.patch
===================================================================
RCS file: /cvs/pkgs/rpms/uw-imap/devel/imap-2007e-shared.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- imap-2007e-shared.patch	8 Jul 2009 00:31:51 -0000	1.1
+++ imap-2007e-shared.patch	9 Jul 2009 03:19:43 -0000	1.2
@@ -57,7 +57,7 @@ diff -up imap-2007e/src/osdep/unix/Makef
  	OSCFLAGS
 +
 +osdep.o:	$(OSDEPS)
-+	$(CC) $(CFLAGS) `$(CAT) OSCFLAGS` -c osdep.c
++	$(CC) -fPIC -DPIC -D_REENTRANT `$(CAT) CFLAGS` `$(CAT) OSCFLAGS` -c osdep.c
 +	@echo ========================================================================
  	@echo Building OS-dependent module
  	@echo If you get No such file error messages for files x509.h, ssl.h,
@@ -68,7 +68,7 @@ diff -up imap-2007e/src/osdep/unix/Makef
 +	@echo ========================================================================
 +
 +osdep.so:	$(OSDEPS)
-+	$(CC) -fPIC -DPIC -D_REENTRANT -c $(CFLAGS) `cat OSCFLAGS` osdep.c -o $@
++	$(CC) -fPIC -DPIC -D_REENTRANT `$(CAT) CFLAGS` `cat OSCFLAGS` -c osdep.c -o $@
  
  osdep.c: osdepbas.c osdepckp.c osdeplog.c osdepssl.c
  	$(CAT) osdepbas.c osdepckp.c osdeplog.c osdepssl.c > osdep.c


Index: uw-imap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uw-imap/devel/uw-imap.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- uw-imap.spec	8 Jul 2009 00:38:11 -0000	1.61
+++ uw-imap.spec	9 Jul 2009 03:19:43 -0000	1.62
@@ -9,7 +9,7 @@
 Summary: UW Server daemons for IMAP and POP network mail protocols
 Name:	 uw-imap 
 Version: 2007e
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 # See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0
 License: ASL 2.0 
@@ -307,6 +307,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul 08 2009 Rex Dieter <rdieter at fedoraproject.org> - 2007e-7
+- fix shared.patch to use CFLAGS for osdep.c too
+
 * Tue Jul 07 2009 Rex Dieter <rdieter at fedoraproject.org> - 2007e-6
 - build with -fPIC
 - rebase patches (patch fuzz=0)




More information about the fedora-extras-commits mailing list