rpms/uw-imap/devel uw-imap.spec,1.60,1.61

Rex Dieter rdieter at fedoraproject.org
Wed Jul 8 00:38:11 UTC 2009


Author: rdieter

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

Modified Files:
	uw-imap.spec 
Log Message:
do -fPIC everywhere



Index: uw-imap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uw-imap/devel/uw-imap.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- uw-imap.spec	8 Jul 2009 00:31:51 -0000	1.60
+++ uw-imap.spec	8 Jul 2009 00:38:11 -0000	1.61
@@ -156,7 +156,7 @@ GSSDIR=$(krb5-config --prefix)
 # SSL setup, probably legacy-only, but shouldn't hurt -- Rex
 export EXTRACFLAGS="$EXTRACFLAGS $(pkg-config --cflags openssl 2>/dev/null)"
 # $RPM_OPT_FLAGS
-export EXTRACFLAGS="$EXTRACFLAGS $RPM_OPT_FLAGS"
+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
@@ -308,7 +308,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Tue Jul 07 2009 Rex Dieter <rdieter at fedoraproject.org> - 2007e-6
-- update shared.patch to build with -fPIC
+- build with -fPIC
 - rebase patches (patch fuzz=0)
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2007e-5




More information about the fedora-extras-commits mailing list