gnu: ntfs-3g: Do not run ldconfig during install.
This previously did nothing, and became redundant with
f85efa86e7
.
* gnu/packages/linux.scm (ntfs-3g)[arguments]: Add "--disable-ldconfig" to
#:configure-flags.
This commit is contained in:
parent
02bf9bab8b
commit
4a8e3ca8ec
1 changed files with 1 additions and 0 deletions
|
@ -5703,6 +5703,7 @@ (define-public ntfs-3g
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue