Fix libtool to give this a fighting chance to build on ELF.

This commit is contained in:
naddy 2002-09-14 21:05:17 +00:00
parent 994a7d9233
commit f5447dd19e

View File

@ -0,0 +1,21 @@
$OpenBSD: patch-configure,v 1.3 2002/09/14 21:05:17 naddy Exp $
--- configure.orig Sat Sep 14 22:51:11 2002
+++ configure Sat Sep 14 22:51:56 2002
@@ -3473,7 +3473,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
@@ -3483,7 +3483,7 @@ else
hardcode_libdir_flag_spec='-R$libdir'
;;
*)
- 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'
;;
esac