Accepting request 102026 from home:dmacvicar:branches:devel:libraries:c_c++

- build with NE_FEATURE_TS_SSL (thread-safe SSL)

OBS-URL: https://build.opensuse.org/request/show/102026
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=25
This commit is contained in:
Ismail Dönmez 2012-01-30 12:11:53 +00:00 committed by Git OBS Bridge
parent c6f4a0a3ba
commit 357bef0e71
2 changed files with 8 additions and 2 deletions

View File

@ -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 Mon Nov 21 15:53:44 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package neon # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -32,7 +32,7 @@ BuildRequires: zlib-devel
%ifarch ppc64 %ifarch ppc64
Obsoletes: neon-64bit Obsoletes: neon-64bit
%endif %endif
URL: http://www.webdav.org/neon Url: http://www.webdav.org/neon
# #
Group: Development/Libraries/Other Group: Development/Libraries/Other
Source: http://www.webdav.org/neon/neon-%{version}.tar.gz Source: http://www.webdav.org/neon/neon-%{version}.tar.gz
@ -158,6 +158,7 @@ rm -f aclocal.m4 ltmain.sh
sh autogen.sh sh autogen.sh
%configure \ %configure \
--with-ssl \ --with-ssl \
--enable-threadsafe-ssl=posix \
--disable-nls \ --disable-nls \
--enable-shared \ --enable-shared \
--disable-static \ --disable-static \