GNU bug report logs -
#33969
[PATCH] gnu: postgresql: Build with openssl support.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Thu, 3 Jan 2019 22:07:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#33969: [PATCH] gnu: postgresql: Build with openssl support.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 33969 <at> debbugs.gnu.org.
--
33969: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33969
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Christopher Baines <mail <at> 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.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 6 years and 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.