guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: ntfs-3g: Do not run ldconfig during install.


From: guix-commits
Subject: 06/08: gnu: ntfs-3g: Do not run ldconfig during install.
Date: Sat, 19 Jun 2021 11:09:26 -0400 (EDT)

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

commit 4a8e3ca8ec110a40218946e265c9876dcc445d6e
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 19 16:33:37 2021 +0200

    gnu: ntfs-3g: Do not run ldconfig during install.
    
    This previously did nothing, and became redundant with
    f85efa86e7690d9181946351631e02b1c20958c9.
    
    * gnu/packages/linux.scm (ntfs-3g)[arguments]: Add "--disable-ldconfig" to
     #:configure-flags.
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 5cdfe97..98060a7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5703,6 +5703,7 @@ invocations of itself.")
     (native-inputs `(("pkg-config" ,pkg-config)))
     (arguments
      '(#:configure-flags (list "--disable-static"
+                               "--disable-ldconfig" ;not necessary
                                "--exec-prefix=${prefix}"
                                "--with-fuse=external" ;use our own FUSE
                                "--enable-mount-helper"



reply via email to

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