From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH 4/6] libxl: portiblity fixes Date: Tue, 27 Jul 2010 14:18:51 +0200 Message-ID: <201007271418.52038.Christoph.Egger@amd.com> References: <201007201831.21416.Christoph.Egger@amd.com> <201007271416.20170.Christoph.Egger@amd.com> <201007271417.51761.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_r6sTMPXEdtctP4U" Return-path: In-Reply-To: <201007271417.51761.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Jackson Cc: "xen-devel@lists.xensource.com" , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org --Boundary-00=_r6sTMPXEdtctP4U Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Signed-off-by: Christoph Egger -- ---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 --Boundary-00=_r6sTMPXEdtctP4U Content-Type: text/x-diff; charset="iso 8859-15"; name="xen_tools_libxl4.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_tools_libxl4.diff" diff -r 8ccaa5608511 -r 73082ed01e88 tools/Rules.mk --- a/tools/Rules.mk Tue Jul 27 13:55:04 2010 +0200 +++ b/tools/Rules.mk Tue Jul 27 13:56:32 2010 +0200 @@ -26,8 +26,13 @@ CFLAGS_libxenstore = -I$(XEN_XENSTORE) $(CFLAGS_include) LDFLAGS_libxenstore = -L$(XEN_XENSTORE) -lxenstore +ifeq ($(CONFIG_Linux),y) CFLAGS_libblktapctl = -I$(XEN_BLKTAP2)/control -I$(XEN_BLKTAP2)/include $(CFLAGS_include) LDFLAGS_libblktapctl = -L$(XEN_BLKTAP2)/control -lblktapctl +else +CFLAGS_libblktapctl = +LDFLAGS_libblktapctl = +endif X11_LDPATH = -L/usr/X11R6/$(LIBLEAFDIR) --Boundary-00=_r6sTMPXEdtctP4U Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --Boundary-00=_r6sTMPXEdtctP4U--