gsoap: update patch commentary
This commit is contained in:
parent
010fd3fc2f
commit
f26617a45c
|
@ -5,6 +5,8 @@ The first patch I think should not be necessary, but is because the same source
|
|||
file defines _GNU_SOURCE if gnu-linux and !defined(_GNU_SOURCE) (go read the
|
||||
code, it's the first two places _GNU_SOURCE is used in gsoap/stdsoap2.cpp).
|
||||
I don't know why, but it seems wrong to me.
|
||||
EDIT: Turns out (I was told this) that gcc will define _GNU_SOURCE
|
||||
automatically for C++ files. The first patch is definitely necessary.
|
||||
|
||||
--- ./gsoap/stdsoap2.cpp.orig
|
||||
+++ ./gsoap/stdsoap2.cpp
|
||||
|
|
Loading…
Reference in New Issue