From 075963540ab953e2b334fa52d1b6eda0529790fb Mon Sep 17 00:00:00 2001 From: Ulrich Germann Date: Sun, 26 Apr 2015 14:26:39 +0100 Subject: Bug fix for compilation with --with-xmlrpc-c=... --- jam-files/xmlrpc-c.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jam-files/xmlrpc-c.jam b/jam-files/xmlrpc-c.jam index 5d6138e01..d14810e6a 100644 --- a/jam-files/xmlrpc-c.jam +++ b/jam-files/xmlrpc-c.jam @@ -58,7 +58,7 @@ else echo "XMLRPC-C: USING VERSION $(version) FROM $(prefix)" ; # now add stuff to the requirements - local cflags = [ shell_or_die "$(config) c++2 abyss-server --cflags" ] ; + local xmlrpc-cxxflags = [ shell_or_die "$(config) c++2 abyss-server --cflags" ] ; requirements += HAVE_XMLRPC_C ; requirements += $(xmlrpc-cxxflags) ; -- cgit v1.2.3