comparison: gdb/gdb.spec
gdb/gdb.spec
- changeset 496
- c4f4c533995f
- parent 422
- 3a196465533b
equal
deleted
inserted
replaced
| 61 } |
61 } |
| 62 |
62 |
| 63 %prep |
63 %prep |
| 64 %setup -q -n gdb-%{V_subdir} |
64 %setup -q -n gdb-%{V_subdir} |
| 65 %patch -p0 |
65 %patch -p0 |
| |
66 %{l_shtool} subst \ |
| |
67 -e 's/if test.*prefer_curses[^;][^;]*/if false/' \ |
| |
68 gdb/configure |
| 66 |
69 |
| 67 %build |
70 %build |
| 68 %{l_shtool} subst \ |
71 %{l_shtool} subst \ |
| 69 -e 's;-Werror;;' \ |
72 -e 's;-Werror;;' \ |
| 70 `find . -type f -name configure -print` |
73 `find . -type f -name configure -print` |