rpms/uw-imap/EL-4 uw-imap.spec,1.32,1.33

Rex Dieter rdieter at fedoraproject.org
Mon Aug 31 14:37:09 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/uw-imap/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22143

Modified Files:
	uw-imap.spec 
Log Message:
-Wno-pointer-sign not supported on rhel4



Index: uw-imap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uw-imap/EL-4/uw-imap.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- uw-imap.spec	31 Aug 2009 14:26:59 -0000	1.32
+++ uw-imap.spec	31 Aug 2009 14:37:08 -0000	1.33
@@ -162,7 +162,9 @@ export EXTRACFLAGS="$EXTRACFLAGS $(pkg-c
 export EXTRACFLAGS="$EXTRACFLAGS -fPIC $RPM_OPT_FLAGS"
 # jorton added these, I'll assume he knows what he's doing. :) -- Rex
 export EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
+%if 0%{?fedora} > 4 || 0%{?rhel} > 4
 export EXTRACFLAGS="$EXTRACFLAGS -Wno-pointer-sign"
+%endif
 
 echo "y" | \
 make %{?_smp_mflags} lnp \




More information about the scm-commits mailing list