diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-27 19:54:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-27 19:54:38 +0000 |
commit | 2618ccf58111814e625f2281ea7bca3b52e665fd (patch) | |
tree | 67a17aff12e82a3632700cbb38bee26dbe87ddfd /lib/libxkbfile/ltmain.sh | |
parent | fbb1a9568992fc4afcea605cf7fe3e2005dc7359 (diff) |
Update to libxkbfile 1.0.6.
Diffstat (limited to 'lib/libxkbfile/ltmain.sh')
-rw-r--r-- | lib/libxkbfile/ltmain.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/libxkbfile/ltmain.sh b/lib/libxkbfile/ltmain.sh index 248cd4047..fccf69e28 100644 --- a/lib/libxkbfile/ltmain.sh +++ b/lib/libxkbfile/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" |