Skip to content

Commit dc5837a

Browse files
committed
Merge pull request #711 from hashdist/gdb
GDB fixes
2 parents e04ba14 + d5559b0 commit dc5837a

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

pkgs/gdb.yaml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
extends: [autotools_package]
22

33
dependencies:
4-
build: [python, expat, xz, ncurses, libiconv, zlib, {{build_with}}]
4+
build: [python, expat, xz, ncurses, libiconv, zlib, readline, {{build_with}}]
55

66
sources:
7-
- key: tar.bz2:bw6veycan4nqy4h46at4msefe75n3ygn
8-
url: http://ftp.gnu.org/gnu/gdb/gdb-7.7.1.tar.bz2
7+
- key: tar.xz:tmyvmunbmuuppl4mpwbii2m7wdewlxzr
8+
url: https://ftp.gnu.org/gnu/gdb/gdb-7.9.tar.xz
9+
10+
defaults:
11+
# lib/libbfd.a contains hard-coded path
12+
relocatable: false
913

1014
build_stages:
15+
- name: configure
16+
global_flags: true
17+
extra: ['--with-system-readline']
18+
1119
- name: fail_on_osx
1220
before: prologue
1321
mode: replace

0 commit comments

Comments
 (0)