WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Add -fPIC tools/xenstore/Makefile

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Add -fPIC tools/xenstore/Makefile
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Fri, 17 Jun 2005 22:54:26 +0000
Delivery-date: Sat, 18 Jun 2005 01:03:15 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1718, 2005/06/17 23:54:26+01:00, iap10@xxxxxxxxxxxxxxxxxxxxx

        Add -fPIC tools/xenstore/Makefile 
        
        From: Jerone Young <jyoung5@xxxxxxxxxx>
        Signed-off-by: ian@xxxxxxxxxxxxx



 Makefile |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/tools/xenstore/Makefile b/tools/xenstore/Makefile
--- a/tools/xenstore/Makefile   2005-06-17 21:04:21 -04:00
+++ b/tools/xenstore/Makefile   2005-06-17 21:04:21 -04:00
@@ -20,6 +20,7 @@
 BASECFLAGS+= -I.
 
 CFLAGS += $(BASECFLAGS)
+CFLAGS += -fPIC
 LDFLAGS=$(PROFILE) -L$(XEN_LIBXC)
 TESTDIR=`pwd`/testsuite/tmp
 TESTFLAGS=-DTESTING

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Add -fPIC tools/xenstore/Makefile, BitKeeper Bot <=