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

- build with libproxy
- make expat explicit in configure
- pass ca-bundle.pem to configure

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 30 11:54:59 UTC 2012 - dmacvicar@suse.de
- build with libproxy
- make expat explicit in configure
- pass ca-bundle.pem to configure
-------------------------------------------------------------------
Mon Jan 30 11:35:31 UTC 2012 - dmacvicar@suse.de

View File

@ -159,6 +159,9 @@ sh autogen.sh
%configure \
--with-ssl \
--enable-threadsafe-ssl=posix \
--with-ca-bundle=/etc/ssl/ca-bundle.pem \
--with-libproxy \
--with-expat \
--disable-nls \
--enable-shared \
--disable-static \