emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43576: closed ([PATCH] gnu: nng: Update to build as shared library)


From: GNU bug Tracking System
Subject: bug#43576: closed ([PATCH] gnu: nng: Update to build as shared library)
Date: Wed, 23 Sep 2020 09:15:01 +0000

Your message dated Wed, 23 Sep 2020 12:14:12 +0300
with message-id <20200923091412.GI896@E5400>
and subject line Re: [bug#43576] [PATCH] gnu: nng: Update to build as shared 
library
has caused the debbugs.gnu.org bug report #43576,
regarding [PATCH] gnu: nng: Update to build as shared library
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
43576: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43576
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: nng: Update to build as shared library Date: Wed, 23 Sep 2020 11:41:25 +0330 User-agent: Cyrus-JMAP/3.3.0-355-g3ece53b-fm-20200922.004-g3ece53b9
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=ON"
-             "-DNNG_ENABLE_TLS=ON")
+             "-DNNG_ENABLE_TLS=ON"
+             ;; To building as shared library
+             "-DBUILD_SHARED_LIBS=ON")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'disable-failing-tests



--- End Message ---
--- Begin Message --- Subject: Re: [bug#43576] [PATCH] gnu: nng: Update to build as shared library Date: Wed, 23 Sep 2020 12:14:12 +0300
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=ON"
> -             "-DNNG_ENABLE_TLS=ON")
> +             "-DNNG_ENABLE_TLS=ON"
> +             ;; To building as shared library

This comment isn't really necessary

> +             "-DBUILD_SHARED_LIBS=ON")
>         #:phases
>         (modify-phases %standard-phases
>           (add-after 'unpack 'disable-failing-tests
> 

I created a whole commit message, added a copyright line for you
and pushed the patch. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]