From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40648) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL2ti-0002PL-Nw for guix-patches@gnu.org; Sun, 05 Apr 2020 06:53:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL2th-000439-T4 for guix-patches@gnu.org; Sun, 05 Apr 2020 06:53:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33712) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL2th-000433-Q7 for guix-patches@gnu.org; Sun, 05 Apr 2020 06:53:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL2th-00026Z-OP for guix-patches@gnu.org; Sun, 05 Apr 2020 06:53:01 -0400 Subject: [bug#40445] gnu: gsm: Update to 1.0.19. Resent-Message-ID: Mime-Version: 1.0 Date: Sun, 05 Apr 2020 10:52:32 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Raghav Gururajan" Message-ID: <14a100f71916e1de2ba69279984e320b@disroot.org> In-Reply-To: References: <87wo6ub4sz.fsf@gmail.com> <87pncmcjuo.fsf@gmail.com> <87d08ms22w.fsf@gmail.com> <9fde0f2d6cf97a9368ae132a717cf18a@disroot.org> <06e6a1cfe8a54f80493a4e9f2820399b@disroot.org> <265df2102f5ed69aa35fc059dbb4d8e5@disroot.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 40445@debbugs.gnu.org >> Yes that's what it does. But if in a future release this package updat= es=0A>> its CCFLAGS list in the Makefile, we will have to update our own = package=0A>> definition accordingly. That's why adding 'CCFLAGS +=3D -fPI= C' somewhere=0A>> seems safer to me.=0A> =0A> Ah, gotcha! Hmm, I don't kn= ow how to do that through. I'll have to look into code base for=0A> examp= les.=0A=0ANo I also think that its a double-edged sword. 'CCFLAGS +=3D -f= PIC' also has to be changed/removed, if new release adds "-fPIC"?=0A=0ARe= gards,=0ARG.