pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse-ntfs-3g



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Sep 25 05:50:15 UTC 2021

Modified Files:
        pkgsrc/filesystems/fuse-ntfs-3g: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/filesystems/fuse-ntfs-3g/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/filesystems/fuse-ntfs-3g/Makefile
diff -u pkgsrc/filesystems/fuse-ntfs-3g/Makefile:1.21 pkgsrc/filesystems/fuse-ntfs-3g/Makefile:1.22
--- pkgsrc/filesystems/fuse-ntfs-3g/Makefile:1.21       Tue Apr 16 19:30:55 2019
+++ pkgsrc/filesystems/fuse-ntfs-3g/Makefile    Sat Sep 25 05:50:15 2021
@@ -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 @@ CATEGORIES=     filesystems
 
 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