|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] libxenlight: Disable unneeded C++ binding for libcon
Hi,
if we want to avoid that a C++ compiler becomes a requirement for a Xen
build, we should disable the (unneeded) C++ library generation for the
embedded libconfig.
Attached patch disables this via a configure option.
Regards,
Andre.
Signed-off-by: Andre Przywara <andre.przywara@xxxxxxx>
--
Andre Przywara
AMD-Operating System Research Center (OSRC), Dresden, Germany
Tel: +49 351 488-3567-12
----to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Andrew Bowd; Thomas M. McCoy; Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
diff -r 8f304c003af4 tools/libxl/Makefile
--- a/tools/libxl/Makefile Wed Dec 09 10:59:31 2009 +0000
+++ b/tools/libxl/Makefile Thu Dec 10 16:46:34 2009 +0100
@@ -48,7 +48,7 @@
$(LIBCONFIG_OUTPUT)/libconfig.so: $(LIBCONFIG_SOURCE).tar.gz
[ ! -d "$(LIBCONFIG_SOURCE)" ] && tar xzf $<
- cd $(LIBCONFIG_SOURCE) && ./configure --prefix=$(DESTDIR)$(PREFIX) &&
$(MAKE)
+ cd $(LIBCONFIG_SOURCE) && ./configure --prefix=$(DESTDIR)$(PREFIX)
--disable-cxx && $(MAKE)
xl.o: $(LIBCONFIG_OUTPUT)/libconfig.so xl.c
$(CC) $(CFLAGS) -I$(LIBCONFIG_SOURCE) -c xl.c
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] libxenlight: Disable unneeded C++ binding for libconfig,
Andre Przywara <=
|
|
|
|
|