]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-readline.patch
- readline_echoing_p/_rl_echoing_p handled by gdb-readline-6.0.patch
[packages/gdb.git] / gdb-readline.patch
1 --- gdb-6.7.org/gdb/Makefile.in 2007-09-05 02:14:02.000000000 +0200
2 +++ gdb-6.7/gdb/Makefile.in     2007-10-10 21:11:18.119976680 +0200
3 @@ -126,11 +126,11 @@
4  BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC)
5  
6  # Where is the READLINE library?  Typically in ../readline.
7 -READLINE_DIR = ../readline
8 -READLINE_SRC = $(srcdir)/$(READLINE_DIR)
9 -READLINE = @READLINE@
10 -READLINE_DEPS = @READLINE_DEPS@
11 -READLINE_CFLAGS = @READLINE_CFLAGS@
12 +READLINE_DIR = /usr/include/readline
13 +READLINE = -lreadline
14 +READLINE_SRC = /usr/include/readline
15 +READLINE_DEPS =
16 +READLINE_CFLAGS = -I/usr/include/readline
17  
18  # Where is expat?  This will be empty if expat was not available.
19  LIBEXPAT = @LIBEXPAT@
20 @@ -416,7 +416,7 @@
21         $(XM_CLIBS) $(NAT_CLIBS) $(GDBTKLIBS) @LIBS@ \
22         $(LIBICONV) $(LIBEXPAT) \
23         $(LIBIBERTY) $(WIN32LIBS) $(LIBGNU)
24 -CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE_DEPS) \
25 +CDEPS = $(XM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) \
26         $(OPCODES) $(INTL_DEPS) $(LIBIBERTY) $(CONFIG_DEPS) $(LIBGNU)
27  
28  ADD_FILES = $(XM_ADD_FILES) $(TM_ADD_FILES) $(NAT_ADD_FILES)
29 --- gdb-6.7.org/Makefile.in     2007-10-10 19:09:32.000000000 +0200
30 +++ gdb-6.7/Makefile.in 2007-10-10 21:10:23.310556251 +0200
31 @@ -664,7 +664,6 @@
32      maybe-configure-perl \
33      maybe-configure-prms \
34      maybe-configure-rcs \
35 -    maybe-configure-readline \
36      maybe-configure-release \
37      maybe-configure-recode \
38      maybe-configure-sed \
39 @@ -812,7 +811,6 @@
40  all-host: maybe-all-perl
41  all-host: maybe-all-prms
42  all-host: maybe-all-rcs
43 -all-host: maybe-all-readline
44  all-host: maybe-all-release
45  all-host: maybe-all-recode
46  all-host: maybe-all-sed
47 @@ -927,7 +925,6 @@
48  info-host: maybe-info-perl
49  info-host: maybe-info-prms
50  info-host: maybe-info-rcs
51 -info-host: maybe-info-readline
52  info-host: maybe-info-release
53  info-host: maybe-info-recode
54  info-host: maybe-info-sed
55 @@ -1033,7 +1030,6 @@
56  dvi-host: maybe-dvi-perl
57  dvi-host: maybe-dvi-prms
58  dvi-host: maybe-dvi-rcs
59 -dvi-host: maybe-dvi-readline
60  dvi-host: maybe-dvi-release
61  dvi-host: maybe-dvi-recode
62  dvi-host: maybe-dvi-sed
63 @@ -1245,7 +1241,6 @@
64  html-host: maybe-html-perl
65  html-host: maybe-html-prms
66  html-host: maybe-html-rcs
67 -html-host: maybe-html-readline
68  html-host: maybe-html-release
69  html-host: maybe-html-recode
70  html-host: maybe-html-sed
71 @@ -1351,7 +1346,6 @@
72  TAGS-host: maybe-TAGS-perl
73  TAGS-host: maybe-TAGS-prms
74  TAGS-host: maybe-TAGS-rcs
75 -TAGS-host: maybe-TAGS-readline
76  TAGS-host: maybe-TAGS-release
77  TAGS-host: maybe-TAGS-recode
78  TAGS-host: maybe-TAGS-sed
79 @@ -1457,7 +1451,6 @@
80  install-info-host: maybe-install-info-perl
81  install-info-host: maybe-install-info-prms
82  install-info-host: maybe-install-info-rcs
83 -install-info-host: maybe-install-info-readline
84  install-info-host: maybe-install-info-release
85  install-info-host: maybe-install-info-recode
86  install-info-host: maybe-install-info-sed
87 @@ -1669,7 +1662,6 @@
88  install-html-host: maybe-install-html-perl
89  install-html-host: maybe-install-html-prms
90  install-html-host: maybe-install-html-rcs
91 -install-html-host: maybe-install-html-readline
92  install-html-host: maybe-install-html-release
93  install-html-host: maybe-install-html-recode
94  install-html-host: maybe-install-html-sed
95 @@ -1775,7 +1767,6 @@
96  installcheck-host: maybe-installcheck-perl
97  installcheck-host: maybe-installcheck-prms
98  installcheck-host: maybe-installcheck-rcs
99 -installcheck-host: maybe-installcheck-readline
100  installcheck-host: maybe-installcheck-release
101  installcheck-host: maybe-installcheck-recode
102  installcheck-host: maybe-installcheck-sed
103 @@ -1881,7 +1872,6 @@
104  mostlyclean-host: maybe-mostlyclean-perl
105  mostlyclean-host: maybe-mostlyclean-prms
106  mostlyclean-host: maybe-mostlyclean-rcs
107 -mostlyclean-host: maybe-mostlyclean-readline
108  mostlyclean-host: maybe-mostlyclean-release
109  mostlyclean-host: maybe-mostlyclean-recode
110  mostlyclean-host: maybe-mostlyclean-sed
111 @@ -1987,7 +1977,6 @@
112  clean-host: maybe-clean-perl
113  clean-host: maybe-clean-prms
114  clean-host: maybe-clean-rcs
115 -clean-host: maybe-clean-readline
116  clean-host: maybe-clean-release
117  clean-host: maybe-clean-recode
118  clean-host: maybe-clean-sed
119 @@ -2093,7 +2082,6 @@
120  distclean-host: maybe-distclean-perl
121  distclean-host: maybe-distclean-prms
122  distclean-host: maybe-distclean-rcs
123 -distclean-host: maybe-distclean-readline
124  distclean-host: maybe-distclean-release
125  distclean-host: maybe-distclean-recode
126  distclean-host: maybe-distclean-sed
127 @@ -2199,7 +2187,6 @@
128  maintainer-clean-host: maybe-maintainer-clean-perl
129  maintainer-clean-host: maybe-maintainer-clean-prms
130  maintainer-clean-host: maybe-maintainer-clean-rcs
131 -maintainer-clean-host: maybe-maintainer-clean-readline
132  maintainer-clean-host: maybe-maintainer-clean-release
133  maintainer-clean-host: maybe-maintainer-clean-recode
134  maintainer-clean-host: maybe-maintainer-clean-sed
135 @@ -2359,7 +2346,6 @@
136      maybe-check-perl \
137      maybe-check-prms \
138      maybe-check-rcs \
139 -    maybe-check-readline \
140      maybe-check-release \
141      maybe-check-recode \
142      maybe-check-sed \
143 @@ -2491,7 +2477,6 @@
144      maybe-install-perl \
145      maybe-install-prms \
146      maybe-install-rcs \
147 -    maybe-install-readline \
148      maybe-install-release \
149      maybe-install-recode \
150      maybe-install-sed \
151 @@ -2564,7 +2549,6 @@
152      maybe-install-perl \
153      maybe-install-prms \
154      maybe-install-rcs \
155 -    maybe-install-readline \
156      maybe-install-release \
157      maybe-install-recode \
158      maybe-install-sed \
159 @@ -51494,7 +51478,6 @@
160  all-gdb: maybe-all-intl
161  all-gdb: maybe-all-libiberty
162  all-gdb: maybe-all-opcodes
163 -all-gdb: maybe-all-readline
164  all-gdb: maybe-all-build-bison
165  all-gdb: maybe-all-build-byacc
166  all-gdb: maybe-all-sim
167 @@ -51826,7 +51809,6 @@
168  all-sim: maybe-all-libiberty
169  all-sim: maybe-all-bfd
170  all-sim: maybe-all-opcodes
171 -all-sim: maybe-all-readline
172  all-sim: maybe-configure-gdb
173  all-fastjar: maybe-all-zlib
174  all-fastjar: maybe-all-build-texinfo
This page took 0.209452 seconds and 4 git commands to generate.