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:
Marius Bakke 2021-06-19 16:33:37 +02:00
parent 02bf9bab8b
commit 4a8e3ca8ec
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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"