From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30966 invoked by alias); 26 Sep 2008 14:50:55 -0000 Received: (qmail 30909 invoked by alias); 26 Sep 2008 14:50:54 -0000 X-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,KAM_MX,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bastion.fedora.phx.redhat.com X-Spam-Level: Subject: STABLE2 - [GFS2] libgfs2: Build with -fPIC To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE2 X-Git-Reftype: branch X-Git-Oldrev: 897627c5e22ba9f78a22cd213d02acb1fa7b68f4 X-Git-Newrev: f15900037e0cdc433fd29009ca1026a2b0ee26f6 From: Andrew Price Message-Id: <20080926144925.30B0E120444@lists.fedorahosted.org> Date: Fri, 26 Sep 2008 18:39:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00539.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=f15900037e0cdc433fd29009ca1026a2b0ee26f6 Commit: f15900037e0cdc433fd29009ca1026a2b0ee26f6 Parent: 897627c5e22ba9f78a22cd213d02acb1fa7b68f4 Author: Andrew Price AuthorDate: Thu Jul 24 19:09:36 2008 +0200 Committer: Andrew Price CommitterDate: Fri Sep 26 15:42:39 2008 +0100 [GFS2] libgfs2: Build with -fPIC Build libgfs2 with -fPIC to enable linking on x86_64 and others. Signed-off-by: Andrew Price Signed-off-by: Fabio M. Di Nitto --- gfs2/libgfs2/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gfs2/libgfs2/Makefile b/gfs2/libgfs2/Makefile index de0d1a2..0ce1641 100644 --- a/gfs2/libgfs2/Makefile +++ b/gfs2/libgfs2/Makefile @@ -12,6 +12,7 @@ CFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_GNU_SOURCE CFLAGS += -I${KERNEL_SRC}/fs/gfs2/ -I${KERNEL_SRC}/include/ CFLAGS += -I$(S)/../include CFLAGS += -I${incdir} +CFLAGS += -fPIC OBJS= bitmap.o \ block_list.o \