[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] libxl: blktap2 portiblity fixes
On Tuesday 20 July 2010 18:46:30 Stefano Stabellini wrote: > On Tue, 20 Jul 2010, Christoph Egger wrote: > > Hi! > > > > Attached patch moves blktap2 (which is Linux specific) into > > a linux specific file. > > Combined with the previous libxl patch, libxl builds again on NetBSD. > > > > Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx> > > this patch breaks the build: > > libxenlight.so: undefined reference to `libxl_blktap_enabled' > libxenlight.so: undefined reference to `libxl_blktap_devpath' > collect2: ld returned 1 exit status Oh, I see the problem. The wrong lines are those: LIBXL_OBJS-y = osdeps.o libxl_paths.o libxl_bootloader.o +LIBXL_OBJS-$(CONFIG_Linux) = libxl_linux.o +LIBXL_OBJS-$(CONFIG_NetBSD) = libxl_netbsd.o New corrected version is attached. It also reverts c/s 21835 as this showed up due to this bug in my tree. Signed-off-by: Christoph Egger <Christoph.Egger@xxxxxxx> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 Attachment:
xen_tools_libxl.diff _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |