diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-15 16:00:20 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-15 16:00:20 +0000 |
commit | 7b1db9066e4c470e52b20447dbc1d2c90a4675aa (patch) | |
tree | cdd39c3450e4b62b847f80db8d5dc84f59b9e4eb /dev-libs/xmlrpc-c/files | |
parent | old (diff) | |
download | gentoo-2-7b1db9066e4c470e52b20447dbc1d2c90a4675aa.tar.gz gentoo-2-7b1db9066e4c470e52b20447dbc1d2c90a4675aa.tar.bz2 gentoo-2-7b1db9066e4c470e52b20447dbc1d2c90a4675aa.zip |
Really, *don't* build abyss. Bug 227187.
(Portage version: 2.1.5.5)
Diffstat (limited to 'dev-libs/xmlrpc-c/files')
-rw-r--r-- | dev-libs/xmlrpc-c/files/xmlrpc-c-1.14.07-abyss-disable.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/xmlrpc-c/files/xmlrpc-c-1.14.07-abyss-disable.patch b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.14.07-abyss-disable.patch new file mode 100644 index 000000000000..c7a5bafce04d --- /dev/null +++ b/dev-libs/xmlrpc-c/files/xmlrpc-c-1.14.07-abyss-disable.patch @@ -0,0 +1,22 @@ +diff -NrU5 xmlrpc-c-1.14.07.orig/src/cpp/Makefile xmlrpc-c-1.14.07/src/cpp/Makefile +--- xmlrpc-c-1.14.07.orig/src/cpp/Makefile 2008-06-15 16:12:38.000000000 +0200 ++++ xmlrpc-c-1.14.07/src/cpp/Makefile 2008-06-15 16:15:54.000000000 +0200 +@@ -15,14 +15,17 @@ + + TARGET_LIB_NAMES_PP := \ + libxmlrpc_cpp \ + libxmlrpc++ \ + libxmlrpc_server++ \ +- libxmlrpc_server_abyss++ \ + libxmlrpc_server_pstream++ \ + libxmlrpc_packetsocket \ + ++ifeq ($(ENABLE_ABYSS_SERVER),yes) ++ TARGET_LIB_NAMES_PP += libxmlrpc_server_abyss++ ++endif ++ + ifeq ($(MUST_BUILD_CLIENT),yes) + TARGET_LIB_NAMES_PP += libxmlrpc_client++ + endif + + STATIC_LIBRARIES_TO_INSTALL = $(TARGET_STATIC_LIBRARIES) |