Archived
1
0
Fork 0

gnu: ntfs-3g: Do not generate static libraries.

* gnu/packages/linux.scm (ntfs-3g)[configure-flags]: Add "--disable-static".
This commit is contained in:
Maxim Cournoyer 2020-09-24 13:59:47 -04:00
parent 3d0c0ae661
commit f8c15d8f42
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -5268,7 +5268,8 @@ supported.")
("fuse" ,fuse))) ;libuuid ("fuse" ,fuse))) ;libuuid
(native-inputs `(("pkg-config" ,pkg-config))) (native-inputs `(("pkg-config" ,pkg-config)))
(arguments (arguments
'(#:configure-flags (list "--exec-prefix=${prefix}" '(#:configure-flags (list "--disable-static"
"--exec-prefix=${prefix}"
"--with-fuse=external" ;use our own FUSE "--with-fuse=external" ;use our own FUSE
"--enable-mount-helper" "--enable-mount-helper"
"--enable-posix-acls" "--enable-posix-acls"