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 @@ -10,6 +10,8 @@ PHP NEWS
10
10
. Fixed bug #72964 (White space not unfolded for CC/Bcc headers). (cmb)
11
11
. Fixed bug #80362 (Running dtrace scripts can cause php to crash).
12
12
(al at coralnet dot name)
13
+ . Fixed bug #80393 (Build of PHP extension fails due to configuration gap
14
+ with libtool). (kir dot morozov at gmail dot com)
13
15
14
16
- Fileinfo:
15
17
. 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
;;
@@ -1521,7 +1521,7 @@ darwin* | rhapsody*)
1521
1521
shlibpath_var=DYLD_LIBRARY_PATH
1522
1522
shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1523
1523
ifelse ( [ $1 ] , [ ] ,[
1524
- sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"] )
1524
+ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"] )
1525
1525
sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
1526
1526
;;
1527
1527
@@ -5799,7 +5799,7 @@ _LT_EOF
5799
5799
10.[ [ 012] ] )
5800
5800
_LT_AC_TAGVAR(allow_undefined_flag, $1 )='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
5801
5801
;;
5802
- 10. *)
5802
+ *)
5803
5803
_LT_AC_TAGVAR(allow_undefined_flag, $1 )='${wl}-undefined ${wl}dynamic_lookup'
5804
5804
;;
5805
5805
esac
You can’t perform that action at this time.
0 commit comments