From 284238b71fd1ba84443f53d2222c2d61c5e4bbb0 Mon Sep 17 00:00:00 2001 From: KO Myung-Hun Date: Tue, 4 Nov 2014 11:15:53 +0000 Subject: [PATCH] libtool: there is no need to relink DLLs on OS/2. * build-aux/ltmain.in (func_mode_link) <*-os2*>: need_relink=no. Signed-off-by: Gary V. Vaughan --- build-aux/ltmain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index e9d08776..e216611f 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -6154,7 +6154,7 @@ func_mode_link () if test -n "$library_names" && { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in - *cygwin* | *mingw* | *cegcc*) + *cygwin* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no