From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id rwqVLBsUa18PXwAA0tVLHw (envelope-from ) for ; Wed, 23 Sep 2020 09:23:39 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id CH5WKBsUa1+4JwAAB5/wlQ (envelope-from ) for ; Wed, 23 Sep 2020 09:23:39 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EBFA0940653 for ; Wed, 23 Sep 2020 09:23:38 +0000 (UTC) Received: from localhost ([::1]:60308 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kL0zw-0008DG-8r for larch@yhetil.org; Wed, 23 Sep 2020 05:23:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53966) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kL0re-0006pu-Kb for guix-patches@gnu.org; Wed, 23 Sep 2020 05:15:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51208) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kL0re-0002nv-77 for guix-patches@gnu.org; Wed, 23 Sep 2020 05:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kL0re-0000ZF-2c for guix-patches@gnu.org; Wed, 23 Sep 2020 05:15:02 -0400 Subject: bug#43576: [PATCH] gnu: nng: Update to build as shared library Resent-From: Efraim Flashner Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 23 Sep 2020 09:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43576 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hamzeh Nasajpour Cc: 43576-done@debbugs.gnu.org Mail-Followup-To: 43576@debbugs.gnu.org, efraim@flashner.co.il, h.nasajpour@pantherx.org Received: via spool by 43576-done@debbugs.gnu.org id=D43576.16008524952144 (code D ref 43576); Wed, 23 Sep 2020 09:15:01 +0000 Received: (at 43576-done) by debbugs.gnu.org; 23 Sep 2020 09:14:55 +0000 Received: from localhost ([127.0.0.1]:34519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kL0rX-0000YW-AL for submit@debbugs.gnu.org; Wed, 23 Sep 2020 05:14:55 -0400 Received: from flashner.co.il ([178.62.234.194]:52394) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kL0rT-0000YA-R7 for 43576-done@debbugs.gnu.org; Wed, 23 Sep 2020 05:14:54 -0400 Received: from localhost (unknown [31.210.181.177]) by flashner.co.il (Postfix) with ESMTPSA id D2EB840037; Wed, 23 Sep 2020 09:14:45 +0000 (UTC) Date: Wed, 23 Sep 2020 12:14:12 +0300 From: Efraim Flashner Message-ID: <20200923091412.GI896@E5400> References: <818a21e5-1299-464e-862d-f45a01d3141d@www.fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GBuTPvBEOL0MYPgd" Content-Disposition: inline In-Reply-To: <818a21e5-1299-464e-862d-f45a01d3141d@www.fastmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 3.6 (+++) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: 2.6 (++) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 1.69 X-TUID: aFO6rNLhsRl0 --GBuTPvBEOL0MYPgd Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 23, 2020 at 11:41:25AM +0330, Hamzeh Nasajpour wrote: > diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm > index 89e47a6726..a5aac7b878 100644 > --- a/gnu/packages/networking.scm > +++ b/gnu/packages/networking.scm > @@ -419,7 +419,9 @@ at the link-layer level.") > (arguments > `(#:configure-flags > (list "-DNNG_ENABLE_COVERAGE=3DON" > - "-DNNG_ENABLE_TLS=3DON") > + "-DNNG_ENABLE_TLS=3DON" > + ;; To building as shared library This comment isn't really necessary > + "-DBUILD_SHARED_LIBS=3DON") > #:phases > (modify-phases %standard-phases > (add-after 'unpack 'disable-failing-tests >=20 I created a whole commit message, added a copyright line for you and pushed the patch. Thanks! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --GBuTPvBEOL0MYPgd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl9rEeMACgkQQarn3Mo9 g1GB2Q/8DNEhuaYydGAMQ86Ed7UpO2yCDMFyDmvMVayk5cEFw1mC7+c6cUvrYL3I 2OdjZxF0twplXaQqQSZ9cQpaM5OI/WUo83s2QlB2icLDM16lUHsAuxg4Zx0YdRBR DebyhXVZFItPTNjjm+/ANj941V7SVz6hA7NB52hpkrJv/tw5ZQZPT3nT/DYNbp60 JztyqNBdoXdhmETyP/ejp/9DVQZqpxRZyn9hBsKegwEcZTk1gVby8JT2dxIgTSeH rgYNmvdljDH7kUoDeYYtj71nUJciQ3kyutC82Kx+jk6p7801WEsgRRMeTteZfQ/W HncAUpHr3Pji+K9mZZ3H+CUUZdxFrdQ3SbIyTSHVwycoCTf8jZCxTbmcX76buMig 4eVWRBU/DE/nr4HxuPZ3FtSKs6r//UnPIJwYbpdDMFNmgxjkPb+i1hzGBMnN6pYJ nfaDPZdzPJut/Gp7z7hIOVdR3PvAmllSERQyZkBnyObIJSLoFJMfF0l4DLCB2nZO 3z8D+X7VuPrrJWZBdSAECdJZRCUIlEhf/ZtA/DT5riigkiI8oBzOrfhwCDKCA/Wr +5W1ILc/7IW9bnmeLQ1ajFPLYzn0P9udrimzrbXcDW5QOZLI57F2GAwnlXY37VQS Ke5T00LNfK8TzdlH/qh94Ip+kSrsTcteWxvczN4sR/xJwKaPP9Y= =zuZ8 -----END PGP SIGNATURE----- --GBuTPvBEOL0MYPgd--