- use gcc -pthread to ensure pthread_* are available

epel10
jorton 18 years ago
parent b60811424e
commit c2a52bd3b0

@ -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 <jorton@redhat.com> 0.27.0-2
- enable thread-safety hooks
- enable OpenSSL thread-safety hooks
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 0.27.0-1
- update to 0.27.0 (#243638)

Loading…
Cancel
Save