rpms/neon/devel neon.spec,1.33,1.34

Joe Orton (jorton) fedora-extras-commits at redhat.com
Thu Aug 30 12:54:02 UTC 2007


Author: jorton

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

Modified Files:
	neon.spec 
Log Message:
- use gcc -pthread to ensure pthread_* are available



Index: neon.spec
===================================================================
RCS file: /cvs/extras/rpms/neon/devel/neon.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- neon.spec	30 Aug 2007 12:48:31 -0000	1.33
+++ neon.spec	30 Aug 2007 12:53:29 -0000	1.34
@@ -34,6 +34,7 @@
 %patch0 -p1 -b .multilib
 
 %build
+export CC="%{__cc} -pthread"
 %configure --with-ssl --with-expat --enable-shared --enable-warnings \
         --enable-threadsafe-ssl=posix
 make %{?_smp_mflags}
@@ -68,7 +69,7 @@
 
 %changelog
 * Thu Aug 30 2007 Joe Orton <jorton at redhat.com> 0.27.0-2
-- enable thread-safety hooks
+- enable OpenSSL thread-safety hooks
 
 * Wed Aug 22 2007 Joe Orton <jorton at redhat.com> 0.27.0-1
 - update to 0.27.0 (#243638)




More information about the fedora-extras-commits mailing list