0af2d3bbde
Besides being a lot more stable this also fixes a security issue of konq-e not validating the CN (Common Name) field of a X.509 cert. http://marc.theaimsgroup.com/?l=bugtraq&m=105232797614945&w=2 ok naddy@
19 lines
683 B
Plaintext
19 lines
683 B
Plaintext
$OpenBSD: patch-admin_libtool_m4_in,v 1.2 2003/05/19 18:21:34 brad Exp $
|
|
--- admin/libtool.m4.in.orig Thu Nov 7 17:47:40 2002
|
|
+++ admin/libtool.m4.in Fri May 16 20:58:47 2003
|
|
@@ -1996,13 +1996,7 @@ nto-qnx)
|
|
;;
|
|
|
|
openbsd*)
|
|
- lt_cv_file_magic_cmd=/usr/bin/file
|
|
- lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
|
|
- if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
|
- lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB shared object'
|
|
- else
|
|
- lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
|
|
- fi
|
|
+ lt_cv_deplibs_check_method=pass_all
|
|
;;
|
|
|
|
osf3* | osf4* | osf5*)
|