aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/Makefile
diff options
context:
space:
mode:
authorDario Faggioli <raistlin@linux.it>2012-07-06 13:17:45 +0100
committerDario Faggioli <raistlin@linux.it>2012-07-06 13:17:45 +0100
commitd01089fc667ec8f2c64036882c9e8fb16d6162df (patch)
tree324273529ba883f4081d29f3f211efd00eca51c3 /tools/libxl/Makefile
parent8cea5d337f061c39ec2c639f262becd49dafe361 (diff)
downloadxen-d01089fc667ec8f2c64036882c9e8fb16d6162df.tar.gz
xen-d01089fc667ec8f2c64036882c9e8fb16d6162df.tar.bz2
xen-d01089fc667ec8f2c64036882c9e8fb16d6162df.zip
libxl: explicitly check for libmath in autoconf
As well as explicitly add -lm to libxl's Makefile. This is because next patch uses floating point arithmetic, and it is better to state it clearly that we need libmath (just in case we find a libc that wants that to be explicitly enforced). Notice that autoconf should be rerun after applying this change. Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com> Acked-by: Roger Pau Monne <roger.pau@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> [ ijc -- s/libmath/libm/ in error message ] Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/Makefile')
-rw-r--r--tools/libxl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 48f352eb4e..313f05c292 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -61,7 +61,7 @@ ifeq ($(BISON),)
scanners, please install it an rerun configure)
endif
-LIBXL_LIBS += -lyajl
+LIBXL_LIBS += -lyajl -lm
LIBXL_OBJS = flexarray.o libxl.o libxl_create.o libxl_dm.o libxl_pci.o \
libxl_dom.o libxl_exec.o libxl_xshelp.o libxl_device.o \