components/bash/patches/bash42-020.patch
changeset 5518 c47fe0edc204
parent 5517 7758049098f4
child 5519 a02d4d12218f
equal deleted inserted replaced
5517:7758049098f4 5518:c47fe0edc204
     1 			     BASH PATCH REPORT
       
     2 			     =================
       
     3 
       
     4 Bash-Release:	4.2
       
     5 Patch-ID:	bash42-020
       
     6 
       
     7 Bug-Reported-by:	Vincent Sheffer <[email protected]>
       
     8 Bug-Reference-ID:	<[email protected]>
       
     9 Bug-Reference-URL:	https://lists.gnu.org/archive/html/bug-readline/2011-08/msg00000.html
       
    10 
       
    11 Bug-Description:
       
    12 
       
    13 The shared object helper script needs to be updated for Mac OS X 10.7
       
    14 (Lion, darwin11).
       
    15 
       
    16 Patch (apply with `patch -p0'):
       
    17 
       
    18 *** ../bash-4.2-patched/support/shobj-conf	2009-10-28 09:20:21.000000000 -0400
       
    19 --- support/shobj-conf	2011-08-27 13:25:23.000000000 -0400
       
    20 ***************
       
    21 *** 158,162 ****
       
    22   
       
    23   # Darwin/MacOS X
       
    24 ! darwin[89]*|darwin10*)
       
    25   	SHOBJ_STATUS=supported
       
    26   	SHLIB_STATUS=supported
       
    27 --- 172,176 ----
       
    28   
       
    29   # Darwin/MacOS X
       
    30 ! darwin[89]*|darwin1[012]*)
       
    31   	SHOBJ_STATUS=supported
       
    32   	SHLIB_STATUS=supported
       
    33 ***************
       
    34 *** 187,191 ****
       
    35   
       
    36   	case "${host_os}" in
       
    37 ! 	darwin[789]*|darwin10*)	SHOBJ_LDFLAGS=''
       
    38   			SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
       
    39   			;;
       
    40 --- 201,205 ----
       
    41   
       
    42   	case "${host_os}" in
       
    43 ! 	darwin[789]*|darwin1[012]*)	SHOBJ_LDFLAGS=''
       
    44   			SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
       
    45   			;;
       
    46 *** ../bash-4.2-patched/patchlevel.h	Sat Jun 12 20:14:48 2010
       
    47 --- patchlevel.h	Thu Feb 24 21:41:34 2011
       
    48 ***************
       
    49 *** 26,30 ****
       
    50      looks for to find the patch level (for the sccs version string). */
       
    51   
       
    52 ! #define PATCHLEVEL 19
       
    53   
       
    54   #endif /* _PATCHLEVEL_H_ */
       
    55 --- 26,30 ----
       
    56      looks for to find the patch level (for the sccs version string). */
       
    57   
       
    58 ! #define PATCHLEVEL 20
       
    59   
       
    60   #endif /* _PATCHLEVEL_H_ */