]> git.sesse.net Git - mlt/commitdiff
Distributors do not like us to run ldconfig.
authorDan Dennedy <dan@dennedy.org>
Tue, 16 Jun 2009 02:15:22 +0000 (19:15 -0700)
committerDan Dennedy <dan@dennedy.org>
Tue, 16 Jun 2009 02:15:22 +0000 (19:15 -0700)
Signed-off-by: Dan Dennedy <dan@dennedy.org>
Makefile

index c3ad4c49693f7b38e56a6e7e35adb6ac0f088564..ce1fa0d259bc47739918307e1d3484b46157d047 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,9 +35,9 @@ install:
        for subdir in $$list; do \
                $(MAKE) DESTDIR=$(DESTDIR) -C $$subdir $@ || exit 1; \
        done; \
-       if test -z "$(DESTDIR)"; then \
-         /sbin/ldconfig -n "$(DESTDIR)$(libdir)" 2> /dev/null || true; \
-       fi
+#      if test -z "$(DESTDIR)"; then \
+#        /sbin/ldconfig -n "$(DESTDIR)$(libdir)" 2> /dev/null || true; \
+#      fi
 
 uninstall:
        rm -f "$(DESTDIR)$(bindir)"/mlt-config