462fb2
			     BASH PATCH REPORT
462fb2
			     =================
462fb2
462fb2
Bash-Release:	4.2
462fb2
Patch-ID:	bash42-020
462fb2
462fb2
Bug-Reported-by:	Vincent Sheffer <vince.sheffer@apisphere.com>
462fb2
Bug-Reference-ID:	<F13C1C4F-C44C-4071-BFED-4BB6D13CF92F@apisphere.com>
462fb2
Bug-Reference-URL:	https://lists.gnu.org/archive/html/bug-readline/2011-08/msg00000.html
462fb2
462fb2
Bug-Description:
462fb2
462fb2
The shared object helper script needs to be updated for Mac OS X 10.7
462fb2
(Lion, darwin11).
462fb2
462fb2
Patch (apply with `patch -p0'):
462fb2
462fb2
*** ../bash-4.2-patched/support/shobj-conf	2009-10-28 09:20:21.000000000 -0400
462fb2
--- support/shobj-conf	2011-08-27 13:25:23.000000000 -0400
462fb2
***************
462fb2
*** 158,162 ****
462fb2
  
462fb2
  # Darwin/MacOS X
462fb2
! darwin[89]*|darwin10*)
462fb2
  	SHOBJ_STATUS=supported
462fb2
  	SHLIB_STATUS=supported
462fb2
--- 172,176 ----
462fb2
  
462fb2
  # Darwin/MacOS X
462fb2
! darwin[89]*|darwin1[012]*)
462fb2
  	SHOBJ_STATUS=supported
462fb2
  	SHLIB_STATUS=supported
462fb2
***************
462fb2
*** 187,191 ****
462fb2
  
462fb2
  	case "${host_os}" in
462fb2
! 	darwin[789]*|darwin10*)	SHOBJ_LDFLAGS=''
462fb2
  			SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
462fb2
  			;;
462fb2
--- 201,205 ----
462fb2
  
462fb2
  	case "${host_os}" in
462fb2
! 	darwin[789]*|darwin1[012]*)	SHOBJ_LDFLAGS=''
462fb2
  			SHLIB_XLDFLAGS='-dynamiclib -arch_only `/usr/bin/arch` -install_name $(libdir)/$@ -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR) -v'
462fb2
  			;;
462fb2
*** ../bash-4.2-patched/patchlevel.h	Sat Jun 12 20:14:48 2010
462fb2
--- patchlevel.h	Thu Feb 24 21:41:34 2011
462fb2
***************
462fb2
*** 26,30 ****
462fb2
     looks for to find the patch level (for the sccs version string). */
462fb2
  
462fb2
! #define PATCHLEVEL 19
462fb2
  
462fb2
  #endif /* _PATCHLEVEL_H_ */
462fb2
--- 26,30 ----
462fb2
     looks for to find the patch level (for the sccs version string). */
462fb2
  
462fb2
! #define PATCHLEVEL 20
462fb2
  
462fb2
  #endif /* _PATCHLEVEL_H_ */