summaryrefslogtreecommitdiff
blob: f253eeecbcf4096a386bb9e686023d7dfea14297 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/config.pl b/config.pl
index caf2ed3..6a7a8b3 100644
--- a/config.pl
+++ b/config.pl
@@ -1270,12 +1270,6 @@ sub GenerateMakefile
     $rep.="\t".GenInstallFiles('0644',"$makeDir/$ver",'$(libdir)');
     $stripDebug=($OSf eq 'Darwin') ? '-S' : '--strip-debug';
     $rep.="\tstrip $stripDebug \$(libdir)/$ver\n" unless $conf{'debugInfo'} eq 'yes';
-    # FreeBSD: merge data from libdir.
-    # Darwin: doesn't have ldconfig.
-    if ($OSf ne 'Darwin')
-      {
-       $rep.=($OSf eq 'FreeBSD') ? "\t-ldconfig -m \$(libdir)\n" : "\t-ldconfig\n";
-      }
    }
  if ($internac)
    {