summaryrefslogtreecommitdiff
path: root/textproc/xmlrpc-c
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-01-15 13:02:26 +0000
committerjoerg <joerg@pkgsrc.org>2015-01-15 13:02:26 +0000
commit766e34f0ff7e305a9291035a9d86df3324a11183 (patch)
tree15576f2259b1ed73cde6db0eaefd95e858bec36b /textproc/xmlrpc-c
parente7a9b20a5eb73cad897e465f5793853904ce6d20 (diff)
downloadpkgsrc-766e34f0ff7e305a9291035a9d86df3324a11183.tar.gz
Not MAKE_JOBS_SAFE.
Diffstat (limited to 'textproc/xmlrpc-c')
-rw-r--r--textproc/xmlrpc-c/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/xmlrpc-c/Makefile b/textproc/xmlrpc-c/Makefile
index d8b6e8b85a3..10bdc918813 100644
--- a/textproc/xmlrpc-c/Makefile
+++ b/textproc/xmlrpc-c/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2014/02/12 23:18:42 tron Exp $
+# $NetBSD: Makefile,v 1.37 2015/01/15 13:02:26 joerg Exp $
DISTNAME= xmlrpc-c-1.25.26
# the "super stable" branch
@@ -8,6 +8,10 @@ CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmlrpc-c/}
EXTRACT_SUFX= .tgz
+#/usr/bin/ld: ./libxmlrpc_server++.a(registry.o): relocation R_X86_64_32S against `_ZTVN8xmlrpc_c8callInfoE' can not be used when making a shared object; recompile with -fPIC
+#./libxmlrpc_server++.a: could not read symbols: Bad value
+MAKE_JOBS_SAFE= no
+
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xmlrpc-c.sourceforge.net/
COMMENT= Library for writing an XML-RPC server or client in C or C++