Line 0
Link Here
|
|
|
1 |
Fixes the issue where USE=cxx would cause the build to fail on creation of the |
2 |
dynamic library for libxmlrpc_server_cgi++. That happens at least on OSX, but |
3 |
maybe others as well. Was fixed in unstable 1.19.01 and will be in stable 1.20. |
4 |
|
5 |
--- xmlrpc-c-1.18.02/src/cpp/Makefile.orig 2009-09-21 15:32:24 +0200 |
Lines 36-41
Link Here
|
36 |
|
36 |
|
37 |
PATCHES=( |
37 |
PATCHES=( |
38 |
"${FILESDIR}/${P}/dumpvalue.patch" |
38 |
"${FILESDIR}/${P}/dumpvalue.patch" |
|
|
39 |
"${FILESDIR}/${P}/cpp-compile.patch" |
39 |
"${FILESDIR}/${P}/cpp-depends.patch" |
40 |
"${FILESDIR}/${P}/cpp-depends.patch" |
40 |
"${FILESDIR}/${P}/dump-symlinks.patch" |
41 |
"${FILESDIR}/${P}/dump-symlinks.patch" |
41 |
"${FILESDIR}/${P}/libtool.patch" |
42 |
"${FILESDIR}/${P}/libtool.patch" |