]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/readline/readline62-002
Merge branch 'strongswan-5' into thirteen
[people/teissler/ipfire-2.x.git] / src / patches / readline / readline62-002
1 READLINE PATCH REPORT
2 =====================
3
4 Readline-Release: 6.2
5 Patch-ID: readline62-002
6
7 Bug-Reported-by: Vincent Sheffer <vince.sheffer@apisphere.com>
8 Bug-Reference-ID: <F13C1C4F-C44C-4071-BFED-4BB6D13CF92F@apisphere.com>
9 Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-readline/2011-08/msg00000.html
10
11 Bug-Description:
12
13 The readline shared library helper script needs to be updated for Mac OS X
14 10.7 (Lion, darwin11).
15
16 Patch (apply with `patch -p0'):
17
18 *** ../readline-6.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
47 *** ../readline-6.2-patched/patchlevel 2010-01-14 10:15:52.000000000 -0500
48 --- patchlevel 2011-11-17 11:09:35.000000000 -0500
49 ***************
50 *** 1,3 ****
51 # Do not edit -- exists only for use by patch
52
53 ! 1
54 --- 1,3 ----
55 # Do not edit -- exists only for use by patch
56
57 ! 2