f64968da8d
don't need libgthread either. ok naddy
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
$OpenBSD: patch-configure,v 1.4 2008/01/14 01:16:37 jakemsr Exp $
|
|
--- configure.orig Mon Sep 2 14:17:33 2002
|
|
+++ configure Fri Dec 28 21:41:33 2007
|
|
@@ -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
|
|
@@ -6647,7 +6647,7 @@ else
|
|
fi
|
|
|
|
|
|
- for module in . gthread
|
|
+ for module in .
|
|
do
|
|
case "$module" in
|
|
gthread)
|