From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38585) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL2Rf-0005OS-OC for guix-patches@gnu.org; Sun, 05 Apr 2020 06:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL2Re-0001mt-Tn for guix-patches@gnu.org; Sun, 05 Apr 2020 06:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33683) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL2Re-0001mp-QS for guix-patches@gnu.org; Sun, 05 Apr 2020 06:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL2Re-0000Ol-LI for guix-patches@gnu.org; Sun, 05 Apr 2020 06:24:02 -0400 Subject: [bug#40445] gnu: gsm: Update to 1.0.19. Resent-Message-ID: From: Mathieu Othacehe References: <87d08ms22w.fsf@gmail.com> <9fde0f2d6cf97a9368ae132a717cf18a@disroot.org> <06e6a1cfe8a54f80493a4e9f2820399b@disroot.org> Date: Sun, 05 Apr 2020 12:22:55 +0200 In-Reply-To: <06e6a1cfe8a54f80493a4e9f2820399b@disroot.org> (Raghav Gururajan's message of "Sun, 05 Apr 2020 09:45:55 +0000") Message-ID: <87pncmcjuo.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Raghav Gururajan Cc: 40445@debbugs.gnu.org > Yes, Maxim and I, updated these options, to use libgsm in mediastreamer, as a part of linphone packaging. :-) Ok, I see. Maybe it would be preferable to find a way to add "-fPIC" to CCFLAGS without having to repeat all the other options that are already present in the Makefile: --8<---------------cut here---------------start------------->8--- CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1 -Wall -Wno-comment --8<---------------cut here---------------end--------------->8--- Adding a new 'add-fpic-ccflag' phase could be an option? Thanks, Mathieu