libtool 1.4.2 fix for our ELF platforms; from brad@

This commit is contained in:
naddy 2002-04-06 23:42:36 +00:00
parent a3fcb6c5f8
commit 66dd60a1a2

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-configure,v 1.1 2002/04/06 23:42:36 naddy Exp $
--- configure.orig Sun Apr 7 01:21:56 2002
+++ configure Sun Apr 7 01:22:12 2002
@@ -4644,7 +4644,7 @@ else
hardcode_direct=yes
hardcode_shlibpath_var=no
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
export_dynamic_flag_spec='${wl}-E'
else