guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nanodbc: Build shared libraries.


From: guix-commits
Subject: branch master updated: gnu: nanodbc: Build shared libraries.
Date: Fri, 23 Apr 2021 10:08:17 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 34928cc  gnu: nanodbc: Build shared libraries.
34928cc is described below

commit 34928cc43c1d5707506a371c43593a3415f04d04
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 22 15:47:32 2021 +0200

    gnu: nanodbc: Build shared libraries.
    
    * gnu/packages/databases.scm (nanodbc)[arguments]: Build shared libraries.
---
 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 2353e3b..b956833 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2091,7 +2091,8 @@ Driver.")
     (arguments
      `(#:configure-flags
        ;; The tests require ODBC backends to be installed.
-       (list "-DNANODBC_DISABLE_TESTS=ON")
+       (list "-DNANODBC_DISABLE_TESTS=ON"
+             "-DBUILD_SHARED_LIBS=ON")
        #:tests? #false))
     (inputs
      `(("unixodbc" ,unixodbc)))



reply via email to

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