]> git.pld-linux.org Git - packages/bash.git/blame - bash42-020
- release 2
[packages/bash.git] / bash42-020
CommitLineData
81c0d887
AM
1 BASH PATCH REPORT
2 =================
3
4Bash-Release: 4.2
5Patch-ID: bash42-020
6
7Bug-Reported-by: Vincent Sheffer <vince.sheffer@apisphere.com>
8Bug-Reference-ID: <F13C1C4F-C44C-4071-BFED-4BB6D13CF92F@apisphere.com>
9Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-readline/2011-08/msg00000.html
10
11Bug-Description:
12
13The shared object helper script needs to be updated for Mac OS X 10.7
14(Lion, darwin11).
15
16Patch (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_ */
This page took 0.076582 seconds and 4 git commands to generate.