File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
(cmb)
8
8
. Fixed bug #72964 (White space not unfolded for CC/Bcc headers). (cmb)
9
9
. Fixed bug #80391 (Iterable not covariant to mixed). (Nikita)
10
+ . Fixed bug #80393 (Build of PHP extension fails due to configuration gap
11
+ with libtool). (kir dot morozov at gmail dot com)
10
12
11
13
- Fileinfo:
12
14
. Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb)
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
340
340
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
341
341
10.[ [ 012] ] *)
342
342
_lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
343
- 10. *)
343
+ *)
344
344
_lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
345
345
esac
346
346
;;
@@ -1522,7 +1522,7 @@ darwin* | rhapsody*)
1522
1522
shlibpath_var=DYLD_LIBRARY_PATH
1523
1523
shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1524
1524
ifelse ( [ $1 ] , [ ] ,[
1525
- sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"] )
1525
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"] )
1526
1526
sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1527
1527
;;
1528
1528
@@ -5800,7 +5800,7 @@ _LT_EOF
5800
5800
10.[ [ 012] ] )
5801
5801
_LT_AC_TAGVAR(allow_undefined_flag, $1 )='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5802
5802
;;
5803
- 10. *)
5803
+ *)
5804
5804
_LT_AC_TAGVAR(allow_undefined_flag, $1 )='${wl}-undefined ${wl}dynamic_lookup'
5805
5805
;;
5806
5806
esac
You can’t perform that action at this time.
0 commit comments