From d581df76234f79b1d19f616481b4c783314c897f Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Tue, 31 Jan 2006 00:17:26 +0000 Subject: [PATCH] - Use pthread threading to fix crash on x86_64 (#179236) --- stunnel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stunnel.spec b/stunnel.spec index 60f23f7..438798e 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,7 +1,7 @@ Summary: An SSL-encrypting socket wrapper. Name: stunnel Version: 4.14 -Release: 2.1 +Release: 3 License: GPL Group: Applications/Internet URL: http://stunnel.mirt.net/ @@ -45,7 +45,7 @@ if pkg-config openssl ; then CFLAGS="$CFLAGS `pkg-config --cflags openssl`"; LDFLAGS="`pkg-config --libs-only-L openssl`"; export LDFLAGS fi -%configure --enable-ipv6 \ +%configure --enable-ipv6 --with-threads=pthread \ CPPFLAGS="-UPIDFILE -DPIDFILE='\"%{_localstatedir}/run/stunnel.pid\"'" make LDADD="-pie -Wl,-z,defs,-z,relro" @@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_sysconfdir}/stunnel/* %changelog +* Tue Jan 31 2006 Miloslav Trmac - 4.14-3 +- Use pthread threading to fix crash on x86_64 (#179236) + * Fri Dec 09 2005 Jesse Keating - rebuilt