[packages/gsoap] avoid inclusion of xlocale.h when missing

adamg adamg at pld-linux.org
Wed Oct 3 17:22:46 CEST 2018


commit 259ff9361a38aee88c8a2808391e5a16377fe338
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Wed Oct 3 17:18:54 2018 +0200

    avoid inclusion of xlocale.h when missing
    
    see also https://sourceforge.net/p/gsoap2/bugs/1196/

 gsoap-xlocale.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/gsoap-xlocale.patch b/gsoap-xlocale.patch
new file mode 100644
index 0000000..470020a
--- /dev/null
+++ b/gsoap-xlocale.patch
@@ -0,0 +1,11 @@
+--- gsoap-2.8/configure.ac~	2018-10-03 16:59:25.215819857 +0200
++++ gsoap-2.8/configure.ac	2018-10-03 17:09:57.831974067 +0200
+@@ -203,7 +203,7 @@
+   AC_MSG_RESULT(yes)
+ else
+   AC_MSG_RESULT(no)
+-  SOAPCPP2_INCLUDE_XLOCALE="-DWITH_INCLUDE_XLOCALE_H"
++  #SOAPCPP2_INCLUDE_XLOCALE="-DWITH_INCLUDE_XLOCALE_H"
+ fi
+ AC_SUBST(SOAPCPP2_INCLUDE_XLOCALE)
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gsoap.git/commitdiff/96d05e8ce29434c39fad90e958745e7fbbebdd61



More information about the pld-cvs-commit mailing list