22519481 libserf needs to be told what compiler to use
authorRich Burridge <rich.burridge@oracle.com>
Fri, 08 Jan 2016 14:43:57 -0800
changeset 5251 884af3874810
parent 5250 3b05aeef75e3
child 5252 947514442d05
22519481 libserf needs to be told what compiler to use
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))"