]> git.pld-linux.org Git - packages/gdb.git/commitdiff
Allow build on sparc - undef USE_PROC_FS.
authorMichal Moskal <michal@moskal.me>
Sat, 18 Nov 2000 11:42:14 +0000 (11:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb-procfs.patch -> 1.1
    gdb.spec -> 1.32

gdb-procfs.patch [new file with mode: 0644]
gdb.spec

diff --git a/gdb-procfs.patch b/gdb-procfs.patch
new file mode 100644 (file)
index 0000000..fc8ec0f
--- /dev/null
@@ -0,0 +1,8 @@
+--- gdb-5.0-/gdb/config/sparc/nm-linux.h       Tue Dec  7 04:56:12 1999
++++ gdb-5.0/gdb/config/sparc/nm-linux.h        Fri Nov 17 15:06:07 2000
+@@ -27,3 +27,5 @@
+ #define KERNEL_U_SIZE kernel_u_size()
+ extern int kernel_u_size PARAMS ((void));
++
++#undef USE_PROC_FS
index 1754ead3772a77919426c2c833084ec82071546a..182cc539808e635d0f4dbdb5b73a9760869e2daa 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -15,6 +15,7 @@ Patch0:               %{name}-gettext.patch
 Patch1:                %{name}-ncurses.patch
 Patch2:                %{name}-readline.patch
 Patch3:                %{name}-info.patch
+Patch4:                %{name}-procfs.patch
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: readline-devel >= 4.1
 BuildRequires: XFree86-devel
@@ -54,6 +55,7 @@ verir.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 (cd gdb; aclocal; autoconf; cd ..)
This page took 0.122875 seconds and 4 git commands to generate.