22 lines
967 B
Plaintext
22 lines
967 B
Plaintext
|
$OpenBSD: patch-configure,v 1.1 2002/11/05 05:31:18 brad Exp $
|
||
|
--- configure.orig Mon Nov 4 12:36:05 2002
|
||
|
+++ configure Mon Nov 4 12:36:45 2002
|
||
|
@@ -5045,7 +5045,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
|
||
|
@@ -5055,7 +5055,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
|