# HG changeset patch # User Rich Burridge # Date 1452293037 28800 # Node ID 884af387481049a00e5ff7310304e8f550845e7b # Parent 3b05aeef75e30fbf25d3c35ca91d707fe605c078 22519481 libserf needs to be told what compiler to use diff -r 3b05aeef75e3 -r 884af3874810 components/serf/Makefile --- a/components/serf/Makefile Fri Jan 08 13:21:27 2016 -0800 +++ b/components/serf/Makefile Fri Jan 08 14:43:57 2016 -0800 @@ -53,6 +53,7 @@ # We have to roll our own as serf is built with scons. SCONS = /usr/bin/scons +COMPONENT_BUILD_ARGS += CC="$(CC)" COMPONENT_BUILD_ARGS += CPPFLAGS=-D__EXTENSIONS__ COMPONENT_BUILD_ARGS += CFLAGS=$(CC_BITS) COMPONENT_BUILD_ARGS += LINKFLAGS="$(CC_BITS) $(SERFLIBPATH_$(BITS))"