90327a4768
fixes some older security issues as well as a soon to be disclosed issue. ok naddy@
22 lines
970 B
Plaintext
22 lines
970 B
Plaintext
$OpenBSD: patch-aclocal_m4,v 1.2 2003/08/26 15:37:18 brad Exp $
|
|
--- aclocal.m4.orig Fri Jun 6 10:39:30 2003
|
|
+++ aclocal.m4 Fri Jun 20 09:23:46 2003
|
|
@@ -3321,7 +3321,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
|
|
@@ -3331,7 +3331,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
|