From owner-svn-ports-all@FreeBSD.ORG Sun Jan 26 13:37:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C442808; Sun, 26 Jan 2014 13:37:06 +0000 (UTC) Received: from mailrelay005.isp.belgacom.be (mailrelay005.isp.belgacom.be [195.238.6.171]) by mx1.freebsd.org (Postfix) with ESMTP id 68695180C; Sun, 26 Jan 2014 13:37:04 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosGAPUO5VJR8Y/g/2dsb2JhbABagww4SrxggQMXdIIlAQEBBDocIxALDgYECSUPKh4GiBwBCMdoF48NB4Q4BJgmgTOQbIMuOw Received: from 224.143-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.143.224]) by relay.skynet.be with ESMTP; 26 Jan 2014 14:36:57 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id s0QDatEe002002; Sun, 26 Jan 2014 14:36:56 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Sun, 26 Jan 2014 14:36:55 +0100 From: Tijl Coosemans To: Renato Botelho Subject: Re: svn commit: r341073 - in head/dns: bind98 bind99 Message-ID: <20140126143655.37369be5@kalimero.tijl.coosemans.org> In-Reply-To: <201401251828.s0PIS3tn036515@svn.freebsd.org> References: <201401251828.s0PIS3tn036515@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 13:37:06 -0000 On Sat, 25 Jan 2014 18:28:03 +0000 (UTC) Renato Botelho wrote: > Author: garga > Date: Sat Jan 25 18:28:03 2014 > New Revision: 341073 > URL: http://svnweb.freebsd.org/changeset/ports/341073 > QAT: https://qat.redports.org/buildarchive/r341073/ > > Log: > Add -fPIC to CFLAGS for amd64, this fix static libraries Static libraries are not supposed to be PIC so what exactly does this solve?