mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
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)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags (list "--disable-static"
|
'(#:configure-flags (list "--disable-static"
|
||||||
|
"--disable-ldconfig" ;not necessary
|
||||||
"--exec-prefix=${prefix}"
|
"--exec-prefix=${prefix}"
|
||||||
"--with-fuse=external" ;use our own FUSE
|
"--with-fuse=external" ;use our own FUSE
|
||||||
"--enable-mount-helper"
|
"--enable-mount-helper"
|
||||||
|
|
Loading…
Reference in a new issue