unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33969] [PATCH] gnu: postgresql: Build with openssl support.
@ 2019-01-03 22:05 Christopher Baines
  2019-01-05 11:04 ` Danny Milosavljevic
  2019-04-28 14:27 ` bug#33969: " Christopher Baines
  0 siblings, 2 replies; 5+ messages in thread
From: Christopher Baines @ 2019-01-03 22:05 UTC (permalink / raw)
  To: 33969

* 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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#33969] [PATCH] gnu: postgresql: Build with openssl support.
  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-04-28 14:27 ` bug#33969: " Christopher Baines
  1 sibling, 1 reply; 5+ messages in thread
From: Danny Milosavljevic @ 2019-01-05 11:04 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 33969

LGTM!

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#33969] [PATCH] gnu: postgresql: Build with openssl support.
  2019-01-05 11:04 ` Danny Milosavljevic
@ 2019-01-13 21:55   ` Christopher Baines
  2019-02-10 10:17     ` Christopher Baines
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Baines @ 2019-01-13 21:55 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 33969

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


Danny Milosavljevic <dannym@scratchpost.org> writes:

> LGTM!

Great, I've pushed this to staging now.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#33969] [PATCH] gnu: postgresql: Build with openssl support.
  2019-01-13 21:55   ` Christopher Baines
@ 2019-02-10 10:17     ` Christopher Baines
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2019-02-10 10:17 UTC (permalink / raw)
  To: 33969

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


Christopher Baines <mail@cbaines.net> writes:

> Danny Milosavljevic <dannym@scratchpost.org> writes:
>
>> LGTM!
>
> Great, I've pushed this to staging now.

This patch has somehow got lost, maybe I didn't push it
properly... anyway, I'll push it to again when that branch appears.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 962 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#33969: [PATCH] gnu: postgresql: Build with openssl support.
  2019-01-03 22:05 [bug#33969] [PATCH] gnu: postgresql: Build with openssl support Christopher Baines
  2019-01-05 11:04 ` Danny Milosavljevic
@ 2019-04-28 14:27 ` Christopher Baines
  1 sibling, 0 replies; 5+ messages in thread
From: Christopher Baines @ 2019-04-28 14:27 UTC (permalink / raw)
  To: 33969-done

[-- 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 --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-28 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` bug#33969: " Christopher Baines

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).