diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 14:09:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 14:09:45 +0000 |
commit | 80408f471074022f7300901bf92a1533dae3f8da (patch) | |
tree | 37ed25a9624c9e24630dcb235c843abc131cef7e /xserver/ltmain.sh | |
parent | 8d7a9cbb99636c52f7ead5912f5f2bf2d9f39ebf (diff) |
Update to server 1.6.5.
Diffstat (limited to 'xserver/ltmain.sh')
-rw-r--r-- | xserver/ltmain.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/xserver/ltmain.sh b/xserver/ltmain.sh index 248cd4047..fccf69e28 100644 --- a/xserver/ltmain.sh +++ b/xserver/ltmain.sh @@ -2127,17 +2127,6 @@ EOF ;; esac for pass in $passes; do - # The preopen pass in lib mode reverses $deplibs; put it back here - # so that -L comes before libs that need it for instance... - if test "$linkmode,$pass" = "lib,link"; then - ## FIXME: Find the place where the list is rebuilt in the wrong - ## order, and fix it there properly - tmp_deplibs= - for deplib in $deplibs; do - tmp_deplibs="$deplib $tmp_deplibs" - done - deplibs="$tmp_deplibs" - fi if test "$linkmode,$pass" = "lib,link" || test "$linkmode,$pass" = "prog,scan"; then libs="$deplibs" |