summaryrefslogtreecommitdiff
blob: 26036652a6f2237357b23416cb905550ddec4f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ru vim73.orig/src/link.sh vim73/src/link.sh
--- vim73.orig/src/link.sh	2010-10-21 16:29:07 +0200
+++ vim73/src/link.sh	2010-10-21 16:23:15 +0200
@@ -41,7 +41,7 @@
   if sh link.cmd; then
     touch auto/link.sed
     cp link.cmd linkit.sh
-    for libname in SM ICE nsl dnet dnet_stub inet socket dir elf iconv Xt Xmu Xp Xpm X11 Xdmcp x w perl dl pthread thread readline m crypt attr; do
+    for libname in dummy; do
       cont=yes
       while test -n "$cont"; do
         if grep "l$libname " linkit.sh >/dev/null; then