From c32a44111f4d55d72ec727465fd46244232ebfc9 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 7 Jan 2000 11:04:00 +0000 Subject: [PATCH] Recognize UnixWare 7 Patch submitted by: opoplawski@cqg.com --- ltconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltconfig b/ltconfig index 7468691343..a66539e9d9 100644 --- a/ltconfig +++ b/ltconfig @@ -1448,7 +1448,7 @@ else hardcode_shlibpath_var=no ;; - sysv4) + sysv4 | sysv5) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts' runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no -- 2.50.1