From c2a52bd3b0ed943f3e3d137bd6d3e5afacacf347 Mon Sep 17 00:00:00 2001 From: jorton Date: Aug 30 2007 12:53:29 +0000 Subject: - use gcc -pthread to ensure pthread_* are available --- diff --git a/neon.spec b/neon.spec index 5f3527c..1cf54f3 100644 --- a/neon.spec +++ b/neon.spec @@ -34,6 +34,7 @@ The development library for the C language HTTP and WebDAV client library. %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 @@ rm -rf $RPM_BUILD_ROOT %changelog * Thu Aug 30 2007 Joe Orton 0.27.0-2 -- enable thread-safety hooks +- enable OpenSSL thread-safety hooks * Wed Aug 22 2007 Joe Orton 0.27.0-1 - update to 0.27.0 (#243638)