From: Kurt Zeilenga Date: Sun, 9 Feb 2003 23:24:29 +0000 (+0000) Subject: tweak from rb@debian.org X-Git-Tag: NO_SLAP_OP_BLOCKS~385 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b8c92f3862d80db2512bcbd1851f05321585f55e;p=openldap tweak from rb@debian.org --- diff --git a/build/ltmain.sh b/build/ltmain.sh index 9285631806..e457a0783c 100755 --- a/build/ltmain.sh +++ b/build/ltmain.sh @@ -1909,6 +1909,7 @@ compiler." else # We cannot seem to hardcode it, guess we'll fake it. add_dir="-L$libdir" + test -d "$ladir/.libs" && add_dir="-L$ladir/.libs $add_dir" add="-l$name" fi