rpms/libassuan/devel libassuan.spec,1.3,1.4

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Feb 3 12:34:23 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/libassuan/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv29479

Modified Files:
	libassuan.spec 
Log Message:
PIC for x86_64!


Index: libassuan.spec
===================================================================
RCS file: /cvs/extras/rpms/libassuan/devel/libassuan.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libassuan.spec	1 Feb 2005 19:30:20 -0000	1.3
+++ libassuan.spec	3 Feb 2005 12:34:21 -0000	1.4
@@ -2,7 +2,7 @@
 Summary: GnuPG IPC library 
 Name:	 libassuan
 Version: 0.6.9
-Release: 1%{?dist_tag}
+Release: 2%{?dist_tag}
 Source0: ftp://ftp.gnupg.org/pub/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz
 Source1: ftp://ftp.gnupg.org/pub/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz.sig
 URL:	 http://www.gnupg.org/
@@ -33,7 +33,7 @@
 %build
 %configure
 
-make %{?_smp_mflags}
+make CFLAGS="$RPM_OPT_FLAGS -fPIC -DPIC" %{?_smp_mflags}
 
 
 %install
@@ -79,6 +79,9 @@
 
 
 %changelog
+* Thu Feb  3 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.6.9-2
+- Build PIC to fix x86_64 linking.
+
 * Thu Jan 06 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 0.6.9-1
 - 0.6.9
 




More information about the fedora-extras-commits mailing list