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

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

[debbugs-tracker] bug#33969: closed ([PATCH] gnu: postgresql: Build with


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33969: closed ([PATCH] gnu: postgresql: Build with openssl support.)
Date: Sun, 28 Apr 2019 14:28:02 +0000

Your message dated Sun, 28 Apr 2019 15:27:36 +0100
with message-id <address@hidden>
and subject line Re: [bug#33969] [PATCH] gnu: postgresql: Build with openssl 
support.
has caused the debbugs.gnu.org bug report #33969,
regarding [PATCH] gnu: postgresql: Build with openssl support.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33969: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33969
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: postgresql: Build with openssl support. Date: Thu, 3 Jan 2019 22:05:38 +0000
* gnu/packages/databases.scm (postgresql)[arguments]: Add --with-openssl to
[inputs]: Add openssl.
---
 gnu/packages/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 07c6006c3b..4febd0d915 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -814,7 +814,7 @@ as a drop-in replacement of MySQL.")
                 "0jv26y3f10svrjxzsgqxg956c86b664azyk2wppzpa5x11pjga38"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags '("--with-uuid=e2fs")
+     `(#:configure-flags '("--with-uuid=e2fs" "--with-openssl")
        #:phases
        (modify-phases %standard-phases
          (add-before 'configure 'patch-/bin/sh
@@ -833,6 +833,7 @@ as a drop-in replacement of MySQL.")
     (inputs
      `(("readline" ,readline)
        ("libuuid" ,util-linux)
+       ("openssl" ,openssl)
        ("zlib" ,zlib)))
     (home-page "https://www.postgresql.org/";)
     (synopsis "Powerful object-relational database system")
-- 
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#33969] [PATCH] gnu: postgresql: Build with openssl support. Date: Sun, 28 Apr 2019 15:27:36 +0100 User-agent: mu4e 1.2.0; emacs 26.2
Christopher Baines <address@hidden> writes:

> * gnu/packages/databases.scm (postgresql)[arguments]: Add --with-openssl to
> [inputs]: Add openssl.
> ---
>  gnu/packages/databases.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index 07c6006c3b..4febd0d915 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -814,7 +814,7 @@ as a drop-in replacement of MySQL.")
>                  "0jv26y3f10svrjxzsgqxg956c86b664azyk2wppzpa5x11pjga38"))))
>      (build-system gnu-build-system)
>      (arguments
> -     `(#:configure-flags '("--with-uuid=e2fs")
> +     `(#:configure-flags '("--with-uuid=e2fs" "--with-openssl")
>         #:phases
>         (modify-phases %standard-phases
>           (add-before 'configure 'patch-/bin/sh
> @@ -833,6 +833,7 @@ as a drop-in replacement of MySQL.")
>      (inputs
>       `(("readline" ,readline)
>         ("libuuid" ,util-linux)
> +       ("openssl" ,openssl)
>         ("zlib" ,zlib)))
>      (home-page "https://www.postgresql.org/";)
>      (synopsis "Powerful object-relational database system")

After sitting for a while in staging, this has now hit master :) So this
bug can be closed.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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