From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35139) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jL1m3-00055b-3Z for guix-patches@gnu.org; Sun, 05 Apr 2020 05:41:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jL1m2-0006I4-4R for guix-patches@gnu.org; Sun, 05 Apr 2020 05:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33654) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jL1m1-0006Hn-VW for guix-patches@gnu.org; Sun, 05 Apr 2020 05:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jL1m1-0006Sx-Rz for guix-patches@gnu.org; Sun, 05 Apr 2020 05:41:01 -0400 Subject: [bug#40445] gnu: gsm: Update to 1.0.19. Resent-Message-ID: From: Mathieu Othacehe References: <9fde0f2d6cf97a9368ae132a717cf18a@disroot.org> Date: Sun, 05 Apr 2020 11:40:07 +0200 In-Reply-To: <9fde0f2d6cf97a9368ae132a717cf18a@disroot.org> (Raghav Gururajan's message of "Sun, 05 Apr 2020 07:07:51 +0000") Message-ID: <87d08ms22w.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 Hello Raghav, > + #:make-flags > + (list > + ;; Added -fPIC with other default options. > + "CCFLAGS=-fPIC -c -O2 -DNeedFunctionPrototypes=1 -Wall -Wno-comment") I wonder if we need all those options, the package seems to build fine without them. Could you have a look? Thanks, Mathieu