0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/root-packages/ntfs-3g/remove-ldconfig.patch
Kevin Williams bc0f3fef09 add(root): ntfs-3g
Signed-off-by: Kevin Williams <admin@utermux.dev>

Co-authored-by: Henrik Grimler <grimler@termux.dev>
2023-03-31 00:02:04 +03:00

14 lines
420 B
Diff

diff -uNr ntfs-3g-2022.10.3/src/Makefile.am ntfs-3g-2022.10.3.mod/src/Makefile.am
--- ntfs-3g-2022.10.3/src/Makefile.am 2022-10-03 17:10:36.000000000 +0800
+++ ntfs-3g-2022.10.3.mod/src/Makefile.am 2022-11-14 12:36:30.628999221 +0800
@@ -57,9 +57,6 @@
drivers : $(FUSE_LIBS) ntfs-3g lowntfs-3g
install-exec-hook:
-if RUN_LDCONFIG
- $(LDCONFIG)
-endif
if !DISABLE_PLUGINS
$(MKDIR_P) $(DESTDIR)/$(plugindir)
endif