diff --git a/neon.changes b/neon.changes index a45aa42..c77fe4c 100644 --- a/neon.changes +++ b/neon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 30 11:35:31 UTC 2012 - dmacvicar@suse.de + +- build with NE_FEATURE_TS_SSL (thread-safe SSL) + ------------------------------------------------------------------- Mon Nov 21 15:53:44 UTC 2011 - jengelh@medozas.de diff --git a/neon.spec b/neon.spec index 2760b21..8e98e02 100644 --- a/neon.spec +++ b/neon.spec @@ -1,7 +1,7 @@ # # spec file for package neon # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ BuildRequires: zlib-devel %ifarch ppc64 Obsoletes: neon-64bit %endif -URL: http://www.webdav.org/neon +Url: http://www.webdav.org/neon # Group: Development/Libraries/Other Source: http://www.webdav.org/neon/neon-%{version}.tar.gz @@ -158,6 +158,7 @@ rm -f aclocal.m4 ltmain.sh sh autogen.sh %configure \ --with-ssl \ + --enable-threadsafe-ssl=posix \ --disable-nls \ --enable-shared \ --disable-static \