From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35519) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL1rr-0005tb-N1 for guix-patches@gnu.org; Sun, 05 Apr 2020 05:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL1rq-00015u-Qo for guix-patches@gnu.org; Sun, 05 Apr 2020 05:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33659) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL1rq-00015h-Fl for guix-patches@gnu.org; Sun, 05 Apr 2020 05:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL1rq-0006mq-Dg for guix-patches@gnu.org; Sun, 05 Apr 2020 05:47:02 -0400 Subject: [bug#40445] gnu: gsm: Update to 1.0.19. Resent-Message-ID: Mime-Version: 1.0 Date: Sun, 05 Apr 2020 09:45:55 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: "Raghav Gururajan" Message-ID: <06e6a1cfe8a54f80493a4e9f2820399b@disroot.org> In-Reply-To: <87d08ms22w.fsf@gmail.com> References: <87d08ms22w.fsf@gmail.com> <9fde0f2d6cf97a9368ae132a717cf18a@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 Hi Mathieu!=0A=0A>> + #:make-flags=0A>> + (list=0A>> + ;; Added -fPIC wit= h other default options.=0A>> + "CCFLAGS=3D-fPIC -c -O2 -DNeedFunctionPro= totypes=3D1 -Wall -Wno-comment")=0A> =0A> I wonder if we need all those o= ptions, the package seems to build fine=0A> without them. Could you have = a look?=0A=0AYes, Maxim and I, updated these options, to use libgsm in me= diastreamer, as a part of linphone packaging. :-)=0A=0ABtw, currently the= gsm package is in unusable state, after the commit "74c7f367daa554cedeb5= f02a00d1cd02acf1584b".=0A=0ARegards,=0ARG.