pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/filesystems/fuse-ntfs-3g fuse-ntfs-3g: avoid running l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdacbf63bdcd
branches:  trunk
changeset: 458931:bdacbf63bdcd
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 25 05:50:15 2021 +0000

description:
fuse-ntfs-3g: avoid running ldconfig to help with unprivileged builds on arm

diffstat:

 filesystems/fuse-ntfs-3g/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a294e454b422 -r bdacbf63bdcd filesystems/fuse-ntfs-3g/Makefile
--- a/filesystems/fuse-ntfs-3g/Makefile Sat Sep 25 05:44:12 2021 +0000
+++ b/filesystems/fuse-ntfs-3g/Makefile Sat Sep 25 05:50:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2019/04/16 19:30:55 gdt Exp $
+# $NetBSD: Makefile,v 1.22 2021/09/25 05:50:15 nia Exp $
 
 .include "../../filesystems/libntfs/Makefile.common"
 
@@ -7,6 +7,7 @@
 
 COMMENT=       NTFS driver with read and write support
 
+CONFIGURE_ARGS+=       --disable-ldconfig
 CONFIGURE_ARGS+=       --disable-ntfsprogs
 CONFIGURE_ARGS+=       --enable-mount-helper
 



Home | Main Index | Thread Index | Old Index