unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 33969-done@debbugs.gnu.org
Subject: bug#33969: [PATCH] gnu: postgresql: Build with openssl support.
Date: Sun, 28 Apr 2019 15:27:36 +0100	[thread overview]
Message-ID: <87lfzup5lz.fsf@cbaines.net> (raw)
In-Reply-To: <20190103220538.25708-1-mail@cbaines.net>

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]


Christopher Baines <mail@cbaines.net> 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

      parent reply	other threads:[~2019-04-28 14:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-03 22:05 [bug#33969] [PATCH] gnu: postgresql: Build with openssl support Christopher Baines
2019-01-05 11:04 ` Danny Milosavljevic
2019-01-13 21:55   ` Christopher Baines
2019-02-10 10:17     ` Christopher Baines
2019-04-28 14:27 ` Christopher Baines [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lfzup5lz.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=33969-done@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).