From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] xenstore: build fix Date: Wed, 22 Feb 2012 12:06:38 +0100 Message-ID: <4F44CC3E.1020702@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020108010607020306070401" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org --------------020108010607020306070401 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Build stubxenstore only when building stubdomain. Fixes build failure on platforms w/o stubdomain support. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --------------020108010607020306070401 Content-Type: text/plain; name="xen_tools_xenstore.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_tools_xenstore.diff" Content-Description: xen_tools_xenstore.diff diff -r 6e2835b65842 tools/xenstore/Makefile --- a/tools/xenstore/Makefile Wed Feb 22 10:44:13 2012 +0100 +++ b/tools/xenstore/Makefile Wed Feb 22 12:05:13 2012 +0100 @@ -27,10 +27,11 @@ LIBXENSTORE := libxenstore.a xenstore xenstore-control: CFLAGS += -static endif -ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored init-xenstore-domain +ALL_TARGETS = libxenstore.so libxenstore.a clients xs_tdb_dump xenstored ifdef CONFIG_STUBDOM CFLAGS += -DNO_SOCKETS=1 +ALL_TARGETS += init-xenstore-domain endif .PHONY: all --------------020108010607020306070401 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.xen.org http://lists.xen.org/xen-devel --------------020108010607020306070401--