guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: acl: Do not build the static library.


From: guix-commits
Subject: 09/15: gnu: acl: Do not build the static library.
Date: Tue, 14 Jan 2020 12:37:11 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit ecfe153706b62714c9d0c2af347fca6e84f6f28a
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 18:12:03 2020 +0100

    gnu: acl: Do not build the static library.
    
    * gnu/packages/acl.scm (acl)[arguments]: Add #:configure-flags.
---
 gnu/packages/acl.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/acl.scm b/gnu/packages/acl.scm
index 0131adc..bcab125 100644
--- a/gnu/packages/acl.scm
+++ b/gnu/packages/acl.scm
@@ -48,6 +48,7 @@
     (arguments
      `(#:modules ((ice-9 ftw)
                   ,@%gnu-build-system-modules)
+       #:configure-flags '("--disable-static")
        #:phases
        (modify-phases %standard-phases
          ;; XXX After repacking the sources the timestamps are reset to the



reply via email to

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