easysoap/easysoap.patch

Sun, 03 Apr 2011 13:34:55 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 03 Apr 2011 13:34:55 +0200
changeset 337
f71e028eb3e2
permissions
-rw-r--r--

Correct and improve several packaging aspects including...
Correct datadir path for python modules, correct jar(1) path for
building libgcj classes, strip libexecdir path of version numbers,
improve name of oblbld build path, clean whitespace from as(1) and
ld(1) GNU detection, remove seemingly discarded '--with-local-prefix'
configure argument, and correct hardcoded lto plugin libtool archive
dependency information.

Most importantly, correct IA32 architecture detection logic in
config.gcc to correctly emit SSE2 instructions conditionally, leading
to the removal of all '-march' bootstrap options and replacement with
unconditional (for IA32/AMD64) '-mtune=native' options. Comments and
buildtime warnings are corrected appropriately. In theory these changes
cause a more portable, orthoganal, and optimal bootstrap to be built.

     1 Index: src/SOAPSSLContext.cpp
     2 --- src/SOAPSSLContext.cpp.orig	2005-09-24 09:24:24 +0200
     3 +++ src/SOAPSSLContext.cpp	2006-11-11 09:19:55 +0100
     4 @@ -18,6 +18,7 @@
     5   *
     6   * $Id: easysoap.patch,v 1.4 2006/11/11 08:50:52 rse Exp $
     7   */
     8 +#define OPENSSL_NO_SHA512
    10  #include <easysoap/SOAP.h>
    11  #include <easysoap/SOAPDebugger.h>
    12 Index: src/SOAPSecureSocketImp.cpp
    13 --- src/SOAPSecureSocketImp.cpp.orig	2005-09-24 09:24:24 +0200
    14 +++ src/SOAPSecureSocketImp.cpp	2006-11-11 09:19:02 +0100
    15 @@ -24,6 +24,8 @@
    16  #pragma warning (disable: 4786)
    17  #endif // _MSC_VER
    19 +#define OPENSSL_NO_SHA512
    20 +
    21  #include <easysoap/SOAP.h>
    22  #include <easysoap/SOAPDebugger.h>
    23  #include <easysoap/SOAPSSLContext.h>

mercurial