guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: postgresql: Build with openssl support.


From: guix-commits
Subject: 01/01: gnu: postgresql: Build with openssl support.
Date: Mon, 11 Feb 2019 04:52:34 -0500 (EST)

cbaines pushed a commit to branch staging
in repository guix.

commit 8b7e6d005e9f709bece4bba05186a4abda3e4deb
Author: Christopher Baines <address@hidden>
Date:   Thu Jan 3 22:03:34 2019 +0000

    gnu: postgresql: Build with openssl support.
    
    * 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 cc4e663..dd93747e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -698,7 +698,7 @@ as a drop-in replacement of MySQL.")
               (patches (search-patches 
"postgresql-disable-resolve_symlinks.patch"))))
     (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
@@ -717,6 +717,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")



reply via email to

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